/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.faq-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #0a2629;
}

.faq-container {
    width: 80%;
}

.faq-section .col {
    border-radius: 8px 28px 28px 9px;
    border: 3px solid #117373;
}

.to-display {
    padding: 0 24px 16px;
}

.to-display p {
    margin-top: 12px;
    font-family: "DMSans-Medium";
    color: #117373;
}

.to-display ul {
    margin-top: 12px;
}

.to-display ul li {
    font-family: "DMSans-Medium";
    color: #117373;
}

.click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.click .h5 {
    color: #103c42;
    line-height: 1.3;
    font-family: "DMSans-Medium";
}

.click .material-icons {
    padding: 6px;
    border-radius: 50%;
    font-weight: 600;
    min-width: 36px;
}

.faq_counter {
    color: #103c42;
    line-height: 1.3;
    font-family: "DMSans-Medium";
}

@media all and (max-width: 860px) {

    .faq-container {
        width: 100%;
        margin-top: 48px !important;
    }
}

@media all and (max-width: 550px) {

    .faq-container .to-display {
        padding: 0 12px 12px;
    }
}