/* .about-img2 {
  background-image: url(../images/about/about-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */

@media (min-width: 1400px) {
    .about-img2,.about-img1 {
        min-height: 100vh;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-img2,.about-img1 {
        min-height: 90vh;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-img2,.about-img1 {
        min-height: 80vh;
    }
    /* .had-icon-clr{
        fill: #ffffff !important;
    } */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-img2,.about-img1 {
        min-height: 70vh;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about-img2,.about-img1 {
        min-height: 60vh;
    }
    .top-mobile-dis{
        display: none !important;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
}

@media (max-width: 575.98px) {
    .about-img2,.about-img1 {
        min-height: 50vh;
    }
    .top-mobile-dis{
        display: none !important;
    }
    .had-icon-clr{
        fill: #ffffff !important;
    }
    
}