section {
    padding: 80px 0px;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.z-index-1 {
    z-index: 1;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-25 {
    margin-top: 12%;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-0 {
    margin: 0;
}

.m-5 {
    margin: 3rem !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.p-0 {
    padding: 0;
}

.p-10 {
    padding: 10px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-200 {
    padding-top: 200px;
}

.pb-0 {
    padding-bottom: 0;
}

.h-52 {
    height: 52px !important;
}

.h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: "made_tommy_softmedium" !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.h3 {
    font-size: 37px;
    line-height: 40px;
}

.h4 {
    font-size: 37px;
    line-height: 40px;
}

.bg-clair {
    background-color: #64d8b81a;
}

.bg-turquoise {
    background-color: #64d8b8;
    height: auto;
}

.active > .text-turquoise {
    color: white !important;
}


.text-violet {
    color: #271e47;
}

.bg-violet {
    background-color: #271e47;
}

.bg-gris {
    background-color: #f5f3ee;
}

.border-r {
    border-radius: 0 35px 35px 0;
}

.border-r2 {
    border-radius: 35px;
}

.border-r3 {
    border-radius: 35px 0 0 35px;
}

.owl-prev,
.owl-next {
    margin-top: 0;
}

.position-absolute {
    position: absolute;
}

.align-items-baseline {
    align-items: baseline;
}

.justify-content-end {
    justify-content: flex-end;
}

.transform-50 {
    margin-top: -5px;
}

.icon-info {
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

.wrapper {
    margin-top: 5%;
}

p,
ul {
    font-size: 20px;
    line-height: 34px;
}

.owl-carousel .owl-item img {
    margin-top: 10px;
}

.d-none {
    display: none;
}

@media only screen and (max-width: 767px) {
    .h4 {
        font-size: 20px !important;
    }

    section {
        padding: 0;
    }

    .pt-200 {
        padding-top: 0 !important;
    }

    .mt-mobile-3 {
        margin-top: 15px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .p-md-0 {
        padding: 0;
    }

    .h3 {
        font-size: 36px;
        line-height: 48px;
    }

    .pb-xs-20 {
        padding-bottom: 20px;
    }
}

#faq .h3 h2 {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    color: #64d8b8;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
}

