#mobile_contact_us .gap-3 {
  width: 130px;
  height: 130px;
  border: 1px solid #b7b7b7;
  background: #eff3f4;
  border-radius: 10px;
  margin: 0.5rem 0.4rem;
}

#mobile_contact_us .contact-img {
  width: 50%;
  min-width: 56px;
  text-align: center;
}

#mobile_contact_us .contact-img .img-fluid {
  max-width: 100%;
  height: auto;
  min-width: 56px;
  min-height: 56px;
}

#mobile_contact_us .mobile-contact-txt {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}
