/* ===== Extra Small Devices (Phones <576px) ===== */
@media (max-width: 767px) {

}

/* ===== Tablets (≥768px and <992px) ===== */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* ===== Desktops (≥992px and <1200px) ===== */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* ===== Large Desktops (≥1200px) ===== */
@media (min-width: 1400px) {

.company-insights {
    height: calc(40vh - 20px);
}
.company-insights-inner ul li{
  min-height: 200px;
}
.about-box-link {
    position: absolute;
    right: 0px;
}

.service-features ul li {
    height: calc(45vh - 30px);
}

.services-end {
    width: calc(50vh - 4px);
    height: calc(44vh - 17px);
}


}

