.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
} 


.single-slider h2{
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-content h2 {
        font-size: 97px;
    }
}


@media (max-width: 992px) {
    .logo img {
        width: 65px;
    }
  
  .slider-content h2 {
        font-size: 60px;
    }
}