.contact {
  text-align: center;
  margin: auto;
  padding: 0 0 80px 0;
}

.contact__overlay {
  padding-top: 60px;
  background: #D8BCEB;
  position: relative;
}

.contact__overlay::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
}

.contact__link {
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0 50px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.contact__link:hover {
  color: #37302c;
}

.contact__link::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #37302c;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.contact__link:hover:before {
  border-color: #37302c;
}

.contact__address {
  display: flex;
  align-content: center;
  align-items: center;
  max-width: 840px;
  margin: 40px auto;
  font-size: 19px;
  line-height: 30px;
}

.contact__address>div:first-child {
  flex: 70%;
  min-width: 480px;
}

.contact__address>div:last-child {
  flex: 30%;
}

.contact__address p {
  text-align: left;
  margin: 6px 0;
  display: flex;
  align-items: center;
}

.contact__address strong {
  flex: 0 0 90px;
}

.contact__address a {
  text-decoration: none;
}

.contact__text-col--title {
  font-family: "DMsans-sb";
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.contact__map {
  overflow: hidden;
  padding-bottom: 38.25%;
  position: relative;
  height: 0;
  max-width: 926px;
  margin: 0 auto;
}

.contact__map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

.contact__map-placeholder {
  width: 100%;
}

.contact__info {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 112px;
  margin-bottom: 30px;
}

.contact__text-col {
  flex: 1;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.contact__text-col--title {
  font-size: 22px;
  line-height: 30px;
}

.contact__text-col>div {
  max-width: 80%;
}

.contact__img-col {
  flex: 1;
  overflow: hidden;
}

.contact__img-col img {
  width: 100%;
  object-fit: cover;
  min-height: 610px;
}

.contact__hours {
  width: 100%;
  margin-top: 20px;
}

.contact__button {
  text-align: left;
  position: relative;
  z-index: 1;
}

.contact__policy {
  text-align: left;
  margin-top: -120px;
  font-size: 17px;
  line-height: 28px;
  padding-top: 160px;
}

@media screen and (max-width: 1024px) {
  .contact__info {
    margin-top: 50px;
  }

  .contact__img-col img {
    min-height: 550px;
  }

  .contact__address {
    flex-direction: column;
  }

  .contact__address>div:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 480px) {
  .contact {
    padding: 0 0 50px 0;
  }

  .contact__text-col>table {
    max-width: 100%;
  }


  .contact__space-top {
    padding-top: 30px;
  }

  .contact__address {
    max-width: 100%;
    margin: 30px auto 40px;
    flex-direction: column;
  }

  .contact__address>div:first-child {
    min-width: 360px;
  }

  .button--contact {
    font-size: 18px;
    margin-top: 30px;
  }

  .contact__map {
    padding-bottom: 112%;
  }

  .contact__info {
    flex-direction: column;
  }

  .contact__text-col>div {
    max-width: 100%;
  }

  .contact__text-col {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .contact__info h5 {
    font-size: 26px;
    line-height: 32px;
  }

  .contact__img-col img {
    min-height: 380px;
  }

  .contact__policy {
    padding-top: 140px;
  }
}