@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;
  }

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 4% !important;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 85vw !important;
  }

  .slide-content h2 {
    font-size: 2.2rem !important;
    margin: 0;
  }
}

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

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 4% !important;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 90vw !important;
  }

  .slide-content h2 {
    font-size: 2.5rem;
    margin: 0;
  }

  .md-border-l-r{
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

}

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

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 6% !important;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 90vw !important;
  }

  .slide-content h2 {
    font-size: 2.5rem;
    margin: 0;
  }
}


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

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 60vw !important;
  }

  .slide-content h2 {
    font-size: 3rem;
    margin: 0;
  }
}


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

  .md-border-t-b {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  .slide-content h2 {
    font-size: 3rem;
    margin: 0;
  }

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

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 60vw !important;
  }
}



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

  .slide-content h2 {
    font-size: 3rem;
    margin: 0;
  }

  .md-border-t-b {
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
    /* padding: 25px 10px; */
  }

  .md-border-l-r {
    border-left: 1px solid #ffffff3d;
    border-right: 1px solid #ffffff3d;
  }

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

  .slide-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    color: #fff;
    z-index: 10;
    animation: fadeInUp 1s ease;
    width: 60vw !important;
  }
}