.our-office-section {
  background-color: #2BC87F;
}

.our-office-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.office-box .office-loc .loc-link.active {
  font-size: 18px;
  font-weight: 700;
}
.office-box .office-loc .loc-link {
  font-weight: 300;
}

/* Mobiles */
@media only screen and (max-width: 768px) {
  #office-map-loc {width: 100%;height: 250px;}
  .our-office-section .office-box .office-loc {border-left: unset !important;}
}

/* Laptops */
@media only screen and (min-width: 993px) {
  .office-box .office-loc .loc-link.active::before {
    content: '';
    border-left: 3px solid #fff;
    left: -2px;
    position: absolute;
    height: 50%;
  }
}


