@media screen and (max-width: 996px) {
    .faqs-page {
        margin-top: 7rem;
    }
    .faqs-page .title-container h1 {
        font-size: 30px;
        line-height: 25px;
        color: #232323;
        font-weight: 600;
    }
    .faqs-page .faqs-paragraph-container p {
        font-size: 16px;
        color: #333333;
    }
    .faqs-page .section-container {
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .faqs-page .question-container {
        margin-bottom: 1rem;
    }
    .faqs-page .dropdown .show-answer-container {
        font-size: 17px;
        color: #232323;
        font-weight: normal;
    }
    .faqs-page .dropdown.opened .answer-container {
        font-size: 14px;
        line-height: 25px;
    }
    .section-questions-container .dropdown.opened .answer-container a {
        color: #333333;
        text-decoration: underline;
        font-weight: 600;
    }
    .section-questions-container .dropdown.opened .answer-container li img {
        height: 6rem;
        width: 11rem;
    }
}

@media screen and (min-width: 1024px) {
    .faqs-page {
        margin-top: 9rem;
    }
    .faqs-page .container {
        max-width: 1000px;
    }
    .faqs-page .title-container h1 {
        font-size: 45px;
        line-height: 45px;
        color: #232323;
        font-weight: 600;
    }
    .faqs-page .faqs-paragraph-container p {
        font-size: 18px;
        line-height: 35px;
        color: #333333;
    }
    .faqs-page .section-container {
        margin-top: 5rem;
        margin-bottom: 8rem;
    }
    .section-questions-container .question-container {
        margin-bottom: 1.5rem;
    }
    .faqs-page .dropdown .show-answer-container {
        font-size: 22px;
        line-height: 35px;
        color: #232323;
        font-weight: normal;
    }
    .faqs-page .dropdown.opened .answer-container {
        font-size: 16px;
        line-height: 35px;
    }
    .faqs-page .dropdown.opened .answer-container li img {
        height: 6rem;
    }
    .section-questions-container .dropdown.opened .answer-container a {
        color: #333333;
        text-decoration: underline;
        font-weight: 600;
    }
}

.answer-container {
    display: none;
}

.section-questions-container .dropdown.opened .answer-container {
    color: #333333;
    display: block;
}

.section-questions-container .dropdown.opened .show-answer-container {
    color: #FF4A70;
    font-weight: 500;
}

.section-questions-container .question-container {
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
    color: #232323;
}

.section-questions-container .dropdown.opened i {
    transform: rotate(180deg);
}