.contact-wrapper {
    padding-top: 194px;
    background: url(../images/nodejs-bg.png);
    background-size: cover;
    background-position: 0px 65px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.owl-carousel .owl-item img {
    width: 80%;
}

@media (max-width: 991px) {
    .owl-carousel .owl-item img {
        width: unset !important;
    }
}

@media (max-width: 480px) {
    .owl-carousel .owl-item img {
        width: 80% !important;
    }
}