@media (min-width:0px) and (max-width:426px) {
  .slide-content h2 {
    font-size: 2rem !important;
  }

  .slide-content p {
    font-size: 1rem !important;
    opacity: 0.8;
  }
}

@media (min-width:0px) and (max-width:576px) {
  .about-ready {
    font-size: 20px;
    color: white;
  }


}

@media (min-width:576px) and (max-width:768px) {
  .about-ready {
    font-size: 25px;
    color: white;
  }
}


@media (min-width:768px) and (max-width:992px) {
  .about-ready {
    font-size: 35px;
    color: white;
  }
}


@media (min-width:992px) and (max-width:1200px) {
  .testi-shadow {
    height: 300px;
  }

  .about-ready {
    font-size: 45px;
    color: white;
  }
}



@media (min-width:1200px) {
  .testi-shadow {
    height: 300px;
  }

  .about-ready {
    font-size: 55px;
    color: white;
  }
}