.main-header .header-upper .logo-box {
    margin-right: 150px;
    position: relative;
    top: 0px;
    margin-bottom: -20px;
}
.main-header .header-upper .logo-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    right: 0px;
    bottom: -10px;
    background-color: transparent !important;
}
.office-section .services:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    right: -40px;
    height: 100% !important;
    background-color: #e9ede7;
}
.services p {
  font-size: 20px;
}
