.main_footer-1 .wrapper {
  max-width: 1521px;
  margin: auto;
}
.main_footer-1 .col-one {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.main_footer-1 .contact_us_links {
  width: 100%;
  display: flex;
  margin-top: 50px;
  gap: 68px;
}

.main_footer-1 .content {
  gap: 90px !important;
  flex-wrap: nowrap !important;
}

.main_footer-1 iframe {
  max-height: 365px !important;
  margin-bottom: 0px;
  max-width: 435px !important;
}

.main_footer-1 .address {
  max-width: 425px;
}

.main_footer-1 .email {
  max-width: 283x;
}

.main_footer-1 .tel {
  max-width: 150px;
}
/* =========================
   TABLET (all tablets & iPads)
   ========================= */
@media (max-width: 1199px) {
  .main_footer-1 .content {
    display: flex;
    flex-direction: column;
    gap: 40px !important;
    flex-wrap: wrap !important;
  }

  .main_footer-1 .col-one {
    flex-direction: column;
    gap: 40px;
  }

  .main_footer-1 .contact_us_links {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }

  .main_footer-1 iframe {
    width: 100%;
    max-width: 100% !important;
    height: 300px;
    max-height: none !important;
  }

  .main_footer-1 .address,
  .main_footer-1 .email,
  .main_footer-1 .tel {
    max-width: 100%;
  }
}

/* =========================
   MOBILE (all phones)
   ========================= */
@media (max-width: 768px) {
  .main_footer-1 .wrapper {
    padding: 0 16px;
  }

  .main_footer-1 .content {
    gap: 30px !important;
  }

  .main_footer-1 .col-one {
    gap: 30px;
  }

  .main_footer-1 iframe {
    height: 240px;
  }

  .main_footer-1 p,
  .main_footer-1 a {
    font-size: 14px;
  }
}



