.office-slider{
    position: relative;
    padding: 80px 0 80px 160px
}
.office-slider .background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #4D5F5E;
}
.office-slider .background:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4D5F5E, transparent);
}
.office-slider .background img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px) brightness(.7);
}
.owl-stage-outer{
    overflow: hidden;
}
.owl-stage{
    display: flex;
}
.slider-img{
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 7 / 4
}
.slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-navigator{
    margin-top: 20px;
    position: relative;
    display: flex;
    z-index: 5;
    align-items: center;
    color: white;
    font-size: 17px;
    column-gap: 10px;
}
.slider-navigator .page-indicator-container{
    margin-left: auto;
    margin-right: calc(100% - (100% / 1.75) + 15px)
}

.locations-content{
    display: flex;
    column-gap: 120px;
}
.locations-content h2{
    min-width: fit-content;
    font-size: 2.5rem;
    font-weight: 500;
}