.is-text-responsive{
  font-size: 25px;
}

.is-title-responsive{
  font-size: 42px;
  line-height:normal;
}

.is-right-btn{
  width: 250px;
}

@media only screen and (max-width: 991px) {
 .is-btn-right{
   width: fit-content;
   margin: 0 auto;
 }
}

@media only screen and (max-width: 913px) {
  .is-text-responsive{
    font-size: 22px;
  }
  .is-title-responsive{
    font-size: 36px;
  }
}

@media only screen and (max-width: 420px) {
  .is-text-responsive{
    font-size: 18px;
  }
  .is-title-responsive{
    font-size: 30px;
  }
}


/* 
@media only screen and (max-width: 479px) {
  .item-txt{
    margin-top: 1px;
  }
  .section-slider .item{
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .is-900-center {
    width: fit-content;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1230px){
  .is-font-color-2{
    vertical-align: middle;
  }
} */
