.ust-contact-us {
  margin-left: 20px;
}

.ust-contacts-map {
  margin-top: 20px;
}

.ust-contacts-bd-img {
  width: 380px;
}

.ust-contacts-delegate {
  border-top: 1px groove white;
  margin-top: 20px;
  padding: 5px;
  width: 300px;
}

@media screen and (max-width: 992px) {
  .ust-contact-us {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .ust-contacts-bd-img {
    height: 100%;
    width: 200px;
  }
}