/* ------------------------------ */
/* ----------- Contact ---------- */
/* ------------------------------ */

.section__contact .company__contact a {
    display: block;
    font-size: var(--font-size-3);
    line-height: var(--line-height-2);
    text-decoration: underline;
}

.no-touchevents .section__contact .company__contact a:hover {
    opacity: var(--opacity-1);
}

.section__contact .company__address {
    font-size: var(--font-size-2);
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (max-width: 991.98px) {

    .section__contact .company__address {
        margin-top: var(--spacing-6);
    }

}


@media all and (max-width: 767.98px) {

    .section__contact .company__address {
        margin-top: var(--spacing-5);
    }

    .section__contact .company__address {
        font-size: 24px;
    }

}


@media all and (max-width: 767.98px) and (min-width: 414px) {

    .section__contact .company__contact a {
        font-size: 30px;
    }

}



@media all and (max-width: 413.98px) {

    .section__contact .company__contact a {
        font-size: 24px;
    }

}