@media (max-width: 767px){
    /* service-top-section  */
.service-top-section {
    height: 100vh;
}
.service {
    font-size: 40px;
    font-family: "Archivo Black", sans-serif;
    margin: 0;
    line-height: 3rem;
}

.header-slogn {
    font-size: 12px;
    margin: 0;
    letter-spacing: 0px;
    color: #494949;
}
.service-second-head {
    font-size: 20px;
    font-family: "Archivo Black", sans-serif;
    margin: 0;
    padding-left: 20px;
    padding: 40px 20px;
}
.service-second-head span {
    display: block;
    line-height: 1.5rem;
    letter-spacing: -1px;
}
.grid-minihead {
    display: none;
}
.count {
    font-size: 20px;
    font-weight: 300;
    width: 10%;
}

.grid-head {
    font-size: 25px;
    width: 90%;
}
.service-second-grid {
  padding: 20px 20px;
}
.grid-top {
    align-items: center;
    gap: 30px;
}
.grid-para {
  font-size: 14px;
  font-weight: 300;
  width: 80%;
  margin: 0;
  padding-top: 0px;
}
/* service-third-section */
.service-third-section {
    padding: 30px 20px;
}
.lap-img {
  height: 30vh;
  padding-bottom: 40px;
}
.image-head {
    font-size: 35px;
    color: #000;
    margin: 0;
    font-family: "Archivo Black", sans-serif;
    line-height: 2.5rem;
    padding: 40px 0px;
}

.image-para {
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}
.bottom-image-grid {
    display: block;
    gap: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bottom-img-set.a{
    display: none;
}
.bottom-img-set.b{
padding-bottom: 30px;
}
.bottom-img-set {
  height: 30vh;
}

}
/* Tablet (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* service-top-section */
    .service {
        font-size: 120px;
        line-height: 8rem;
    }
    
    .header-slogn {
        font-size: 16px;
    }
    
    /* service-second-head */
    .service-second-head {
        font-size: 60px;
        padding-left: 30px;
        padding-top: 60px;
    }
    
    .service-second-head span {
        line-height: 4rem;
    }
    
    /* service-second-section */
    .service-second-grid {
        padding: 20px 30px;
    }
    
    .grid-head {
        font-size: 40px;
        width: 50%;
    }
    
    .grid-minihead {
        font-size: 16px;
        width: 45%;
    }
    
    .grid-para {
        font-size: 16px;
        width: 50%;
    }
    
    /* service-third-section */
    .service-third-section {
        padding: 30px 40px;
    }
    
    .image-head {
        font-size: 50px;
        line-height: 3.5rem;
    }
    
    .image-para {
        font-size: 18px;
        width: 50%;
    }
    
    .bottom-image-grid {
        padding-top: 100px;
    }
    
    .bottom-img-set {
        height: 60vh;
    }
}

/* Small Desktop (992px - 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    /* service-top-section */
    .service {
        font-size: 150px;
        line-height: 10rem;
    }
    
    /* service-second-head */
    .service-second-head {
        font-size: 70px;
    }
    
    /* service-second-section */
    .grid-head {
        font-size: 50px;
    }
    
    .grid-minihead {
        font-size: 18px;
    }
    
    .grid-para {
        font-size: 18px;
    }
    
    /* service-third-section */
    .image-head {
        font-size: 60px;
    }
    
    .image-para {
        font-size: 20px;
    }
    
    .bottom-img-set {
        height: 70vh;
    }
}
@media (min-width: 1201px) and (max-width: 1400px){}