.elementor-widget-montoport_contact_us_address {
  width: 100%;
}

.montoport-contact-address {
  width: 100%;
}

.montoport-contact-address__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(28px, 5vw, 72px);
  column-gap: clamp(24px, 5vw, 56px);
}

.montoport-contact-address__card {
  position: relative;
  width: 100%;
  max-width: 421px;
  height: 288px;
  overflow: hidden;
  background: #000;
  flex: 0 1 421px;
}

.montoport-contact-address__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.montoport-contact-address__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.montoport-contact-address__title {
  margin: 0;
  color: #fff;
  font-family: 'Ghotam';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.montoport-contact-address__body {
  color: #fff;
  font-family: 'Ghotam';
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: 18px;
}

.montoport-contact-address__body p {
  margin: 0 0 0.35em;
  font-family: 'Ghotam';
}

.montoport-contact-address__body p:last-child {
  margin-bottom: 0;
}

.montoport-contact-address__body a {
  color: #fff;
  transition: all 0.3s ease;
}

.montoport-contact-address__body a:hover,
.montoport-contact-address__body a:focus {
  color: #98A4AE;
}

@media (max-width: 991px) {
  .montoport-contact-address__inner {
    justify-content: center;
  }

  .montoport-contact-address__card {
    width: 100%;
    max-width: 421px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    aspect-ratio: 421 / 288;
  }
}


h3.montoport-contact-address__title {
  font-family: 'Ghotam';
  font-weight: 400;
}

.contact-details-max {
  max-width: 421px;
}
