.banners-section {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
  background-repeat: initial;
  background-size: auto;
}
.banners-section .treatment-block {
  position: absolute;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  letter-spacing: 0.5rem;
}
.banners-section .treatment-block h1, .banners-section .treatment-block h2 {
  color: #ac947b;
}
.banners-section .treatment-block hr {
  width: 40%;
  border-top: 1px solid #ac947b;
}
.banners-section .treatment-block .container {
  width: 50%;
}
.banners-section .treatment-block .container .treatment-items {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .banners-section {
    background-image: url(../img/mobile/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banners-section .treatment-block {
    right: auto;
    top: auto;
    transform: unset;
    width: 60%;
    bottom: 25%;
  }
  .banners-section .treatment-block hr {
    width: 90%;
  }
  .banners-section .treatment-block .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banners-section .treatment-block {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banners-section .treatment-block {
    bottom: 18%;
  }
  .banners-section .treatment-block h1 {
    font-size: 1.8rem;
  }
  .banners-section .treatment-block h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 380px) {
  .banners-section .treatment-block {
    bottom: 15%;
  }
}

/*# sourceMappingURL=treatment.css.map */
