.faq_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 60px 10px;
    text-align: center;
    margin: 2rem 0 0;
}

.faq-text_link .faq-link {
    color: #3AD7DC;
    font-size: 200%;
    font-weight: 800;
    line-height: 150%;
    text-align: center;
    margin: 4rem 0 1rem;
}

.faq-text {
    color: #707070;
    font-size: 130%;
    line-height: 120%;
    font-weight: 800;
    text-align: center;
    margin: 2rem 0;
}

.faq-text_linkURL {
    color: #E2AA2D;
    font-size: 80%;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    margin: 1rem 0 2rem;
}

@media only screen and (max-width: 767px) {
    .faq_box {
        background-color: #fff;
        border-radius: 0;
        padding: 3rem;
        text-align: center;
        margin: 0;
    }

    .faq-text_link .faq-link {
        color: #3AD7DC;
        font-size: 200%;
        font-weight: 800;
        line-height: 150%;
        text-align: center;
        margin: 0;
    }

    .faq-text {
        color: #707070;
        font-size: 180%;
        line-height: 120%;
        font-weight: 100;
        text-align: center;
        margin: 1rem;
    }

    .faq-text_linkURL {
        color: #E2AA2D;
        font-size: 100%;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        text-decoration: none;
        margin: 2rem 1rem;
    }
}