@charset "UTF-8";

.staff {
padding-top: 80px;
padding-bottom: 80px;
background-image: url(../img/staff-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .staff {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}


.section-title__title {
line-height: 1.5;
}



.staff-slider__wrapper {
width: 100%;
    max-width: 1440px;
    margin-left: auto !important;

}

