#ouroffices {
    padding-top: 30px;
    padding-bottom: 100px;
}
.office-item {
    padding-bottom: 20px;
}
.office-title {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.office-title span:first-child {
    font-weight: 800;
}
.office-title span:last-child {
    font-weight: 200;
}
.office-address {
    padding-bottom: 20px;    
}
.office-services {
    padding-bottom: 10px;    
}
.office-services span {
    color: #C3772E;
}
.office-phone {
    padding-bottom: 30px;    
}
.office-map {
    text-align: right;
}
.office-map a {
    display: block;
    width: 120px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #07355C;
    color: #07355C;
    line-height: 31px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    text-align: center;
    margin-left: auto;
}
.office-map a:hover {
    background-color: #07355C;
    color: #eae2d1;
}
.separate {
    border-top: 1px solid #000;
    padding-bottom: 50px;
}
.office-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    #ouroffices {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .office-item {
        padding-bottom: 50px;
    }
    .office-title {
        font-size: 32px;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .office-address {
        padding-bottom: 30px;    
    }
    .office-map {
        text-align: left;
    }
    .office-map a {
        margin-left: 0;
    }
}