.about-s-p__title {
  font-size: 48px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 1215px;
  
  padding-left: 18px;
  border-left: 5px solid #F2CF30;
}
.about-s-p__title span{
  position: relative;
}
.about-s-p__title img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about-s-p__title span {
  color: #f2cf30;

}

@media screen and (max-width: 1360px) {
  .about-s-p__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .about-s-p__title {
    max-width: 1000px;
  }
}
@media screen and (max-width: 780px) {
  .about-s-p__title {
    font-size: 36px;
  }
.about-s-p__title img{
  width: 45vw;
}
}
@media screen and (max-width: 560px) {
  .about-s-p__title {
    font-size: 26px;
  }
}

.about-s-p__title--container {
  position: relative;
  width: -moz-fit-content;
  width: 100%;
  padding-bottom: 172px;
  padding-top: 319px;
  background-image: url("../../images/allcontent/wavebg.png");
  background-repeat: no-repeat;
  background-position: center -150px;
  background-size: cover;
}
@media screen and (max-width: 1560px) {
  .about-s-p__title--container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1612px) {
  .about-s-p__title--container {
    padding-top: 300px;
    background-position: center -60px;
  }
}
@media screen and (max-width: 1215px) {
  .about-s-p__title--container {
    background-position: center 56px;
  }
}
@media screen and (max-width: 1150px) {
  .about-s-p__title--container {
   padding-top: 220px;
  }
}
@media screen and (max-width: 780px) {
  .about-s-p__title--container {
    padding-bottom: 100px;
    padding-top: 170px;
    background-position: center -10px;
  }
}

@media screen and (max-width: 670px) {
  .about-s-p__title--container {
    padding-bottom: 80px;
    padding-top: 200px;
    background-position: center 20px;
  }
}
@media screen and (max-width: 560px) {
  .about-s-p__title--container {
    padding-bottom: 40px;
    padding-top: 200px;
    background-position: center 30px;
  }
}
}/*# sourceMappingURL=sp_first_block.css.map */