.contact-us-column-card-map {
  overflow: hidden;
  padding: 64px 0px;
}

.contact-us-map-card.row iframe {
	max-width: 100% !important;
}

.contact_us_map_card {
  margin-bottom: 0;
  overflow: hidden;
}
.contact_us_full_html {
  overflow: hidden;
}
.contact_us_full_html .col-sm-6, .contact_us_full_html .col-sm-3 {
	background: #ffffff;
	flex: 0 0 23.5%;
	padding: 20px;
	text-align: center;
	width: 23.5%;
}
.contact_us_full_html .col-sm-3:nth-child(4) {
  margin-right: 0px;
}
.contact_us_full_html .description--component {
  padding: 0px 0px;
  text-align: center;
}

.contact_us_full_html .col-sm-3 p a {
	word-wrap: break-word;
}

.contact_us_full_html h3 {
  font-size: 23px;
  font-weight: 600;
  margin-top: 0px;
  color: #003366;
  line-height: 32px;
  margin-bottom: 11px !important;
  text-transform: capitalize;
}

.contact-us-map-card {
  background-color: #ffffff;
  padding: 64px 49px 64px 30px;
  overflow: hidden;
}
.contact-us-map-card:nth-child(6) {
  margin-bottom: 0px !important;
}
.contact-us-map-card h2 {
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  color: #003366;
  font-weight: 300;
  margin-bottom:16px;
}

.contact-us-column-card-map a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  color: #003366 !important;
  border-bottom: 1.5px solid #b9d9eb;
}
.contact_us_full_html .col-sm-6 p ,
.contact_us_full_html .col-sm-3 p {
	margin-bottom: 16px;
}
.map-cards .row.clearfix::before, .map-cards .row.clearfix::after {
	display: none;
}

.map-cards .row.clearfix {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 20px;
}
.contact_us_full_html .col-sm-6 {
	width: 49%;
	flex: 0 0 49%;
}


@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .contact-us-column-card-map .contact_us_full_html {
    margin: 0 32px;
  }
  .map-cards .row.clearfix {
    padding: 0 16px;
    margin: 0;
    gap: 32px;
  }
  .contact_us_full_html .col-sm-6,
  .contact_us_full_html .col-sm-3{
    width: 100%;
    flex: 0 0 100%;
  }
  .contact-us-map-card.row {
    margin: 0 16px !important;
    padding: 40px 0px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-us-map-card.row .col-sm-6 {
    flex: 0 0 100%;
    padding: 0 16px;
  }
  .contact-us-map-card .map-card-block {
    padding-bottom: 32px  !important;
  }
}