/* CONTACT */

.stock {
    background-color: var(--white);
}

.stock__content {
    margin: 4em auto;
    background-color: var(--white);
}

.stock__text {
    max-width: 50vw;
}

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


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

    .stock__image {
        width: 100%;
    }

        
    .stock__text {
        max-width: 90vw;
    }

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