@media screen and (max-width: 1200px) {
    .why-choose::after {
        left: -20px;
        background-size: 50%;
        width: 200px;
        }
        .hero-content-1 h1{
            font-size: 40px;
        }
        .hero-content-2{
                margin-bottom: 4.3rem;
        }
}

@media only screen and (max-width: 1024px){
    .hero-content-1 h1{
        font-size: 36px;
    }
    .hero-mini-content.hero-content-co h2 {
    font-size: 30px;
}
.hero-content-2{
    margin-bottom: 28px;
}
}

@media only screen and (max-width: 768px){
        .hero-section::before, .hero-2, .hero-section::after{
            display: none !important;
        }
        .notable-sites-cards h3 {
    font-size: 24px;
}
.notable-sites-cards ul li p{
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
    .why-choose::after {
    display: none;
        }
        .bor::after {
            display: none;
        }
                .notable-sites-cards h3 {
    font-size: 22px;
}
  .press-release-content .sky-blue-h1 h1{
    font-size: 24px;
}
}

@media screen and (max-width: 575px) {
    .notable-sites-cards a{
        font-size: 14px;
    }
    .notables-stites-span hr{
        width: 130px;
    }
      .press-release-content .sky-blue-h1 h1{
    font-size: 20px;
}
}