.contact-us-map-container{
  width: 800px;
  margin: 50px auto 40px auto;
}
.contact-us-page-title{
  font-size: 32px;
  font-family: poppinsRegular;
  color: var(--light-black);
  width: 100%;
  border-bottom: 1px solid var(--light-black);
  padding-bottom: 8px;
  margin-bottom: 60px;
}
.contact-title{
  font-size: 28px;
  font-family: poppinsSemibold;
  color: var(--dark-black);
}
.address-title{
  font-size: 18px;
  font-family: poppinsSemibold;
  color: var(--light-black);
  margin-bottom: 8px;
  margin-top: 36px;
}
.address{
  font-size: 18px;
  font-family: poppinsRegular;
  color: var(--common-description);
}
.address a{
  color:  var(--common-description);
  text-decoration: none;
}
.address a:hover{
  color: var(--main-color);
}
.map{
  width: 100%;
}



@media(max-width: 768px){
  .contact-us-map-container{
    width: 100%;
  }
  .map{
    height: 240px;
  }
  .contact-title{
    font-size: 24px;
  }
  .address-title{
    font-size: 16px;
    margin-top: 24px;
  }
  .address{
    font-size: 14px;
  }
  .contact-us-page-title{
    font-size: 28px;
    margin-bottom: 40px;
  }
}
