@media (min-width: 768px) {
.js-swiper-blog-modern-hero .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, #2196F3ff 0%, #1767A7cc 45%, #0C385A26 55%, #00000000 65%);
    background: linear-gradient(to right, #2196f329 0%, #1767a74a 45%, #0C385A26 55%, #00000000 65%);
}
}
.img-office {
    min-height: 450px;
    object-fit: cover;
    width: auto;
}

.text-sh {
    text-shadow: 1px 1px 5px rgba(0,0,0,.25);
}