*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #004a8f;
    z-index: 10 !important;
    position: relative;
}


#ardes {
    /* margin-top: -52px; */
}

@media (max-width: 478px) {
    #ardes {
        margin-top: 50px;
    }
}

/* ___ Header ___ */

.nav-div a {
    font-size: 28px;
    color: #004a8f;
    border-right: 2px solid #004a8f;
    padding: 0 5px;

}

.nav-div p {
    line-height: normal;
}

.promo_reviews {
    background-color: #f3f3f3;
}

.promo_reviews .card {
    border: 0;
    background-color: transparent;
}

.promo_reviews .card .card-header {
    max-width: 200px;
    width: 100%;
    height: 200px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin: auto;
}

.promo_reviews .card .card-body {
    background-color: transparent;
}

.promo_reviews p {
    text-align: center;
    font-size: 22px;
}
.promo_reviews h1 {
    font-family: Gilroy-Bold, sans-serif;
    font-size: 36px;
    color: #004a8f;
}
.promo_reviews h2 {
    font-family: Gilroy-Bold, sans-serif;
    font-size: 36px;
    color: #004a8f;
}

hr:not([size]) {
    height: 2px;
    margin: auto;
    top: 20px;
    position: relative;
}

/* .letter-row {
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    position: relative;
    margin: 0 !important;
    align-items: flex-end;
    padding: 0;
} */

h2.mt-5.mb-3 {
    width: 100%;
    max-width: fit-content;
    height: auto;
    text-align: left;
}



/* ___ Screen Size ___ */
@media (min-width: 1201px) and (max-width: 1400px) {

    /* .promo_header img, */
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;
    }

    .header_info h1 {
        font-size: 28px;
        padding: 10px;
    }

    .promo_reviews {
        text-align: center;
    }

    .promo_reviews h4 {
        font-size: 28px;
    }

    .promo_reviews p {
        font-size: 20px;
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {

    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 23px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}