.new-section.contact-map .container.d-flex {
  gap: 32px;
  flex-direction: row-reverse;
}

.new-section.contact-map .contact-info {
  width: 25%;
  padding: 12px;
}

.new-section.contact-map .map-area {
  width: 73%;
}

.new-section.contact-map .map-img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
}

.new-section.contact-map .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  margin-right: 14px;
}

.new-section.contact-map .info-section {
  margin-bottom: 42px;
}

.new-section.contact-map .section-title {
  font-size: 1.333rem;
  font-weight: 300;
}

.new-section.contact-map .section-content {
  font-size: 0.889rem;
  font-weight: 500;
}

.new-section.contact-map i.type-2 {
  display: none;
}

.new-section.contact-map .icon i.type-1 {
  display: block;
}



@media screen and (max-width: 768px) {
  .new-section.contact-map .info-section {
    align-items: flex-start;
  }
  .new-section.contact-map .icon {
    margin-right: 8px !important ;
  }
  .new-section.contact-map .container.d-flex {
    flex-direction: column-reverse !important;
  }

}
