
.global-offices .continent-section h3 {
   margin: 100px 0 50px;
   font-weight: 600;
}
h1.title {
   text-align: left;
   font-weight: 300;
   padding-bottom: 20px;
   margin: 50px 0 0 !important;
   border-bottom: 3px solid #00a9f2;
   text-align: left;
}
.global-offices  h5 {
   margin: 0;
   font-weight: 600;
}
.global-offices .country-section .office-details:nth-child(even) {
   clear: both;
}
.global-offices .country-section .office-details {
   margin-bottom: 30px;
}
.global-offices .country-section {
   margin-bottom: 50px;
}

@media(max-width: 991px) {
   .global-offices .continent-section h3 {
      margin: 150px 0 50px;
   }
}
@media(max-width: 767px) {
   .global-offices .continent-section h3 {
      margin: 50px 0;
   }
}
