/* map-section css starts here */
.map-section {
  padding: 50px 0px;
}
/* map-section css ends here */
/* office location css start here */
.bread-sec nav {
  display: inline-block;
}
.office-location {
  padding: 50px 0px;
}
.office-location-wrapper {
  display: flex;
  align-items: flex-start;
}
.office-location-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
}
.office-location-wrapper img {
  flex: 2;
  margin: 0px 32px 0px 0px;
  height: 64px;
}
.office-location-wrapper div {
  flex: 8;
}
.content-wrapper {
  padding: 30px 0px;
}
.content-wrapper h2 {
  font-size: 28px;
  font-family: "Poppins";
  color: #dbb560;
  font-weight: 600;
  margin-bottom: 30px;
}
.content-wrapper p {
  color: #001a1e;
}
/* office location css ends here */
/* reponsive starts here */
@media (max-width: 800px) {
  .office-location-wrapper {
    margin: 20px 0px;
    align-items: center;
  }
  .office-location-wrapper img {
    transform: scale(0.8);
  }
}
@media (max-width: 576px) {
  .content-wrapper h2 {
    line-height: 38px;
    font-size: 25px;
  }
} 
@media (max-width:414px){
  .office-location-wrapper {
    align-items: flex-start;
}
}
/* reponsive ends here */
