@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:1199px) {

    .counter-row {
        gap: 15px;
    }

    .counter-row .counter-col {
        padding: 25px;
    }

    .founder-info {
        padding-right: 40px;
    }

}

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

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

    .banner-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .banner-col {
        width: 100%;
    }

    .banner-card-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-col.banner-image img {
        width: 100%;
        height: 100%;
        min-height: 350px;
    }

    .choose-codingkart-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        margin: 40px 0 0;
    }

    .choose-codingkart-col {
        gap: 14px;
    }

    .choose-codingkart-number {
        border-radius: 6px;
        width: 40px;
        height: 40px;
    }

    .choose-codingkart-content {
        width: calc(100% - 58px);
    }

    .counter-row {
        gap: 16px;
        flex-direction: column;
    }

    .founder-row {
        flex-direction: column;
        gap: 25px;
    }

    .founder-info {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .founder-image {
        width: 100%;
        max-width: 100%;
    }

    .founder-image iframe.youtube-video,
    .founder-image img.founder-thumb {
        height: 374px;
    }

    .founder-image img.play-btn,
    .founder-image img.pause-btn {
        width: 40px;
        height: 40px;
    }

}

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