.banners-default .item {
  position: relative;
  text-align: center;
}
.banners-default .item .slide-content {
  position: absolute;
  transform: translate(-50%, 0%);
  top: 85%;
  left: 50%;
  background: white;
  padding: 30px 90px;
  width: 70%;
}
@media screen and (max-width: 800px) {
  .banners-default .item .slide-content {
    width: 75%;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 540px) {
  .banners-default .item .slide-content {
    padding: 20px 30px;
    top: 75%;
  }
}
@media screen and (max-width: 320px) {
  .banners-default .item .slide-content {
    padding: 10px 20px;
    top: 70%;
  }
}
.banners-default .item .slide-content .title-banner-big {
  font-size: 28px;
  color: var(--black-color);
  font-family: "proximanova-regular";
  font-weight: bold;
  width: 66%;
  line-height: 40px;
  text-align: center;
  margin: 0px auto;
  background-color: white;
}
@media screen and (max-width: 800px) {
  .banners-default .item .slide-content .title-banner-big {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .banners-default .item .slide-content .title-banner-big {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 540px) {
  .banners-default .item .slide-content .title-banner-big {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 360px) {
  .banners-default .item .slide-content .title-banner-big {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .banners-default .item .slide-content .title-banner-big {
    font-size: 16px;
    line-height: 18px;
  }
}/*# sourceMappingURL=default.css.map */