.section-contacts, .section-vi-tri {
  padding: 50px 0;
}

.page-banner {
  height: 360px;
  position: relative;
}

.page-banner .section-title {
  font-size: 46px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  z-index: 2;
}

/* .page-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 1;
} */

.section-contacts .svg-wrapper{
  width: 96px;
  height: 96px;
  border-radius: 18px;
}

.section-contacts p.title{
  font-size: 28px;
}

.section-contacts p.content {
  font-size: 32px;
}

.city-iframe iframe{
  width: 100% !important;
  height: 650px !important;
}

@media screen and (max-width: 600px) {
  .page-banner {
    height: 140px !important;
    min-height: auto;
  }

  .page-banner .section-title {
    font-size: 20px;
    text-align: center;
  }

  .section-contacts, .section-vi-tri {
    padding: 30px 0;
  }

  .section-vi-tri iframe{
    height: 264px;
  }

  .section-contacts .svg-wrapper{
    height: 40px;
    width: 40px;
    border-radius: 6px;
    margin-bottom: 1rem !important;
  }

  .section-contacts .svg-wrapper.phone svg{
    height: 28px;
    width: 28px;
  }

  .section-contacts .svg-wrapper img{
    height: 28px;
    width: 28px;
  }

  .section-contacts p.title{
    font-size: 12px;
  }

  .section-contacts p.content {
    font-size: 14px;
  }
}