.contact-info__box h2.h2__size {
  text-align: left;
}
.contact_info__map iframe {
  width: 100%;
  height: 500px;
}

.contact-info__phone {
  border-bottom: 1px solid #000;
}
.contact-info__phone svg {
  margin-right: 5px;
}
.contact-info__box {
  padding: 40px 0 40px 25px;
}
.contact_info__map {
  padding-left: 80px;
}
.contact-map .container {
  position: relative;
}
.contact-map .container::before {
  content: "";
  position: absolute;
  border: 3px solid #fed3cc;
  top: 0;
  left: 15px;
  width: 90%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .contact_info__map {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-row {
    flex-direction: column;
  }
  .contact-info__box,
  .contact-info__box h2.h2__size {
    text-align: center;
  }
  .contact-info__phone {
    justify-content: center;
  }
  .contact-map .container::before {
    display: none;
  }
  .contact-info__box {
    position: relative;
    padding: 40px;
  }
  .contact-info__box::before {
    content: "";
    position: absolute;
    border: 3px solid #fed3cc;
    top: 0;
    left: 0;
    width: 100%;
    height: 118%;
  }
  .contact_info__map {
    padding-left: 20px;
    padding-right: 20px;
  }
}
