.requirements-list li {
    list-style: none;
    background-image: url('../../img/admission/check.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin: 3%;
    width: 100%;
    display: block;
}

li img {
    object-fit: contain;
    height: 26px;
    width: 26px;
    margin: 10px;
}

.circle {
    width: 50px;
    height: 50px;
    font-size: 3rem;
    background-color: var(--primary-color);
    margin-right: 10px;
}

@media (max-width: 1600px) {

    .circle {
        width: 40px;
        height: 40px;
        font-size: 2.5rem;
        background-color: var(--primary-color);
        margin-right: 10px;
    }

}



/* responsive */
@media (min-width: 576px) {
    .group-mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .group-desktop {
        display: none;
    }

    h1.text-nowrap {
        white-space: normal !important;
    }

    .group-mobile {
        height: 100%;
        width: 100%;
    }

    .img-fluid {
        padding: 8% 0;
    }

    .dot-s {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 50px;
        height: 50px;
        padding: 12% 0;
    }

    .circle {
        width: 40px;
        height: 40px;
        font-size: 2.2rem;
    }
}

@media (min-width: 900px) and (max-width: 1440px) {
    .circle {
        width: 50px;
        height: 50px;
        font-size: 2.8rem;
    }

    .txt li {
        font-size: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .circle {
        width: 30px;
        height: 30px;
        font-size: 2.8rem;
    }

    .txt li {
        font-size: 2.1rem;
    }
}