.smaller-title{
  font-size: 60px !important;
}

.active{
  color: #FF014F !important;
}

@media only screen and (max-width: 767px) {
  .smaller-title {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .smaller-title {
    font-size: 28px !important;
  }
}