@font-face {
  font-family: "DM Sans";
  src: url("../../fonts/DMSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.slider-module__content {
  position: absolute;
  width: 100%;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding: 0 30px;
  text-align: center;
}

.slider-module__subtitle {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #ffc233;
  margin-bottom: 8px;
}

.slider-module__title {
  font-family: "gelica";
  font-size: 50px;
  letter-spacing: -0.88px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  max-width: 455px;
  padding: 0;
}

.slider-module__btn {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .slider-module__btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) { 
  .slider-module__content {
    bottom: 45px;
   }

  .slider-module__title {
    font-size: 32px;
    letter-spacing: -0.72px;
  }

  .slider-module__subtitle {
    font-size: 20px;
  }

  .slider-module__btn {
    margin-top: 15px;
  }

  .slider-module__title-underline {
    width: 200px;
  }
  
}