/* CONTACT */

.header--small {
    background: url("/assets/images/background2.webp") center 42% / cover no-repeat;
}

.contact__image {
    background: url("/assets/images/background.webp") center / cover no-repeat;
    width: 60vw;
    height: 500px;
}

.contact__content {
    width: 40vw;
}

@media only screen and (max-width: 600px) {

    .contact__image {
        width: 100%;
    }

    .header--small {
        height: 41vh;
        position: relative;
        background: url("/assets/images/background2.webp") top / cover no-repeat;
    }
}