

.staff-member__image {
    background-size: cover;
    background-position: center;
}

.slider__item {
    background: rgb(0 0 0 / 0%);
}

.wrap__section--inner {
    max-width: 1345px;
}

.logo__link.logo__left .logo__image {
    margin-right: 14px;
    width: 100% !important;
    height: auto !important;

}


.featuredblock__item:only-child, .featuredblock__item:first-child + .featuredblock__item:last-child, .featuredblock__item:nth-last-child(3):first-child ~ .featuredblock__item:last-child, .featuredblock__item:nth-child(4n+4) {
        border-right: 2px solid #ecebeb;
}

.featuredblock__item {
    width: 20%;
}

@media only screen and (max-width: 456px)  {
    .featuredblock__item {
        width: 100%;
    }
}

@media only screen and (max-width: 767px)  {
    .featuredblock__item {
        width: 100%;
    }
}