.contact-opendoor-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
}

.contact-opendoor-wrapper .image-contact {
  height: 320px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  flex: 1;
}

.contact-opendoor-wrapper .contact-wrapper {
  flex: 1;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.embed-gmap-wrapper iframe {
  width: 100%;
}

/* XXL Screens (1800px and up) */
@media (min-width: 1800px) {
}

/* XL Screens (1600px-1799px) */
@media (min-width: 1600px) and (max-width: 1799px) {
}

/* Large Screens (1400px-1599px) */
@media (min-width: 1400px) and (max-width: 1599px) {
}

/* Medium-Large Screens (1200px-1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Small-Medium Screens (max-width: 1199px) */
@media (max-width: 1199px) {
}

/* Small Screens (max-width: 992px) */
@media (max-width: 992px) {
}

/* Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
  .contact-opendoor-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }

  .contact-opendoor-wrapper .contact-wrapper {
    flex: 1;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
  }

  .contact-opendoor-wrapper .contact-wrapper .wrapper-contact {
    flex-wrap: wrap;
  }
}
