.banner-top {
  height: 320px;
  background-image: url(/assets/banner-contact-cc759fe75f4bc4cdcfb09560bfe2256cf0dd7ea01f18255ffd61e3cca0aece6c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

textarea {
  height: 248px;
}

.map {
  border-radius: 16px;
}

.col-md-6:first-child {
  order: 1;
}
@media (max-width: 767.98px) {
  .col-md-6:first-child {
    order: 2;
  }
}
.col-md-6:last-child {
  order: 2;
}
@media (max-width: 767.98px) {
  .col-md-6:last-child {
    order: 1;
  }
}
