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

.faq-section {
    padding: 96px 0;
}

.faq-container {
    margin: 48px auto 0 auto;
    max-width: 900px;
}

.faq-section__title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    text-align: center;
}

.faq-section .col {
    margin-bottom: 24px;
    padding: 16px;
    border: 3px solid #2A2243;
    border-radius: 28px;
}

.faq-section .col:last-of-type {
    margin-bottom: 0;
}
.to-display {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1px;
}

.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 svg {
    min-width: 36px;
    min-height: 36px;
}
.click .h5 {
    font-family: "Urbanist-SemiBold";
    font-size: 20px;
    line-height: 32px;
    color: #2A2243;
    padding-right: 16px;
}

.to-display * {
    font-size: 16px;
    line-height: 1.6;
    color: #2A2243;
    font-family: "Urbanist-Regular";
}

@media (max-width: 768px) {
    .faq-section__title {
        font-size: 24px;
    }
.faq-section {
    padding: 48px 0;
}
}