@media (min-width: 768px) and (max-width: 1200px) {
    .articles-heading {
        text-align: center;
        padding-right: 0;
    }

    .articles-grid {
        max-width: 700px;
        grid-template-columns: repeat(3, 1fr);
    }

    .articles-left-circle {
        width: 145px;
        height: 145px;
    }

    .success-wrapper {
        grid-template-columns: revert-rule;
    }

    .success-stories-section {
        padding: 45px 20px 28px;
    }

    .success-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .success-card {
        min-height: 771px;
    }
    .success-left-shape {
        top: 95px;
    }

    .success-right-dots {
        top: 42px;
    }

    .success-sidebar {
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }

    .why-container {
        grid-template-columns: 1fr;
    }

    .why-bg-shape {
        object-position: left;
    }

    .why-right {
        text-align: center;
        max-width: 760px;
        margin: 0 auto;
    }

    .why-line {
        margin: 22px auto 24px;
    }

    .why-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-wrap {
        width: 100%;
        min-height: auto;
    }

    .about-bg-graphic.mobile {
        display: none;
    }

    .about-bg-graphic.desktop {
        display: none;
    }

    .about-bg-graphic.tablet {
        display: block;
    }




    .success-cards{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 14px;
        padding-inline: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .success-cards::-webkit-scrollbar{
        display: none;
    }

    .success-card{
        flex: 0 0 calc(50% - 7px);
        max-width: calc(50% - 7px);
        scroll-snap-align: start;
    }
}