


/* ===================main======================= */

.banner {
    background: url('../../media/private-limited-company-2.jpg') no-repeat center / cover fixed;
}

/* ===================main======================= */
/* ========================================= */


/* MEDIA-QUERIES */

@media screen and (max-width: 767px) {
    .banner {
        background: url('../../media/private-limited-company-2.jpg') no-repeat center / cover;
    }
}