@media only screen and (max-width:1559px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (min-width:1351px) and (max-width:1620px) {}

@media only screen and (min-width:1200px) and (max-width:1350px) {}

@media only screen and (min-width:768px) and (max-width:1199px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:601px) and (max-width:768px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1024px) {
    .case-stydy-row {
        grid-template-columns: repeat(2, 1fr);
        margin: 0px auto;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {

    section.banner-section ul.important-points {
        gap: 20px 35px;
        padding-left: 20px;
        list-style: disc;
        flex-wrap: wrap;
    }

    body section.banner-section h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .case-stydy-col {
        border-radius: 12px;
        padding: 16px;
    }


    .case-stydy-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    section.banner-section ul.important-points li:not(:first-child)::before {
        display: none;
    }

    .cta-wrapper h2 {
        font-size: 35px;
        line-height: 1.2;
    }

}

@media only screen and (max-width:600px) {}