@media only screen and (min-width:600px) {}

@media only screen and (max-width:770px) {
    .ctaImg {
        margin-top: 20px;
    }
}

@media only screen and (max-width:600px) {
    .banner-button {
        display: flex;
        gap: 10px;
    }

    .home-banner {
        padding: 10px;
    }

    a.whiteBtn,
    button.whiteBtn {
        font-size: 13px;
    }

    .site-identity img {
        max-width: 60px;
    }

    section.courses.commonSection {
        background: #c7f3f2;
        border-radius: 60px;
        margin: 10px;
        padding: 10px;
    }

    .ctaCard {
        margin-bottom: 50px;
    }

    .footerAbout {
        margin-bottom: 20px;
    }

    .joinCard span {
        font-size: 12px;
    }

    .joiners {
        grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
        gap: 15px;
        display: grid;
        place-items: center;
    }

    section.commonSection {
        padding: 15px;
    }
}