.containerFull {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.containerMd {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.btn {
    display: flex;
}
.btn .buttonWhite {
    padding: 12px 32px;
    /* background: #165CDD;   */
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    font-weight: 800;
    border-radius: 30px;
    border: 1px solid #fff;
}
.faqAnswer p a {
    text-decoration: underline;
}

@media screen and (max-width:979px) {
}
@media screen and (max-width:767px) {
    .containerFull,
    .containerMd {
        padding: 0 24px;
    }
    .btn .buttonWhite {
        font-size: 16px;
    }
}