.contacts {
  padding-top: 100px;
  font-family: "Oswald";
  margin-bottom: 150px;
}

.contacts__title {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 10px solid #7d2322;
  padding-bottom: 5px;
}

.contacts__content-info {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.432);
  margin-bottom: 30px;
  border-radius: 30px;
  color: white;
}

.contacts__content-message {
  color: #7d2322;
  text-align: center;
}

.contacts__info {
  margin-bottom: 20px;
}
.contacts__map {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.contacts__map {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.contacts__map-iframe {
  width: 100%;
  height: 100%;
}

.contacts__text-phone-link {
  text-decoration: underline #7d2322 4px;
}

@media (min-width: 768px) {
  .contacts__content {
    display: flex;
    justify-content: space-between;
  }

  .contacts__content-info {
    width: 49%;
    display: flex;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .contacts__content-map {
    width: 49%;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .contacts {
    padding-top: 200px;
  }
  .contacts__title {
    font-size: 35px;
  }
  .contacts__content-info {
    font-size: 24px;
  }
}
