.section.contact .bgImage {
    position: absolute;
    width: 70vw;
    right: 0;
    top: -75px;
}

.section.contact .btnContainer {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section.getInTouch img.picture {
    width: 100%;
}

.section.getInTouch .uppercaseTitle {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-bottom: 1rem;
}

a.contactEmail {
    color: #00BED7;
    text-decoration: underline;
    cursor: pointer;
}

.section.getInTouch .footer__bottom-inner {
    background-color: #001f2c;
    border-radius: 7px;
}

.section.getInTouch .form__field input {
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

.form__field_action span {
    text-transform: uppercase;
    color: white;
}

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

.section.getInTouch .form__check label {
    color: white;
}

.section.getInTouch .form__check i {
    width: 22px;
    height: 22px;
    background-color: white;
    margin-right: 5px;
}

.section.getInTouch img.mail {
    width: 24px;
}

p.is-blue-b {
    font-weight: 600;
}

.faqContainer {
    background-color: #002b3f;
    border-radius: 7px;
    padding: 2rem 5rem;
}

.faqContainer .content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.faqContainer .content p {
    width: 75%;
    font-family: 'Din', Sans-serif;

}

.textTruncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* truncate to 4 lines */
    -webkit-line-clamp: 2;
}

.faqContainer .content .imgContainer {
    width: 25%;
    text-align: end;
}

.faqContainer .content img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    cursor: pointer;
}

.faqContainer .row {
    padding: 1.5rem 0;
}
.faqContainer .row:not(:last-of-type) {
    border-bottom: 2px solid #004d63;
}
.faqContainer .row:last-of-type {
    padding-bottom: 0;
}

.faqContainer h2 {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media only screen and (max-width: 959px) {
    .faqContainer h2 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .faqContainer {
        padding: 1rem 2rem;
    }

    .textTruncate {
        height: 40px;
    }

    .home-main-wrapper.faq {
        margin-bottom: -4rem;
    }

    .faqContainer .row:last-of-type {
        padding-bottom: 1rem;
    }
}


/*# sourceMappingURL=home-page.css.map */
