.about-icon-shell {
    position: relative;
    overflow: hidden;
}

.about-counter-center {
    text-align: center !important;
}

/* Base style for Desktop */
.about-offset-card {
    position: relative;
    left: 25px;
}

/* Reset for Mobile and Tablet (screens smaller than 992px) */
@media (max-width: 991.98px) {
    .about-offset-card {
        left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
