.literacy_session {
    font-size: 96px;
    color: #E31E24;
    font-weight: 500;
    font-family: League Gothic, sans-serif;
}
.top_banner {
    padding-top: 7rem;
}
.name {
    font-size: 4rem;
    font-weight: 500;
    color: #E31E24;
    font-family: League Gothic, sans-serif;
}

.founder {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    font-family: League Gothic, sans-serif;
}

.success {
    font-size: 3rem;
    font-weight: 500;
    color: #000000;
    font-family: League Gothic, sans-serif;
    padding-top: 2rem;
}

.desc {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    font-family: Alumni Sans, sans-serif;
}

@media (max-width:1024px) {
    .success {
        padding-top: 1rem;
    }
    .desc {
        font-size: 25px;
        font-weight: 400;
        color: #000000;
        font-family: Alumni Sans, sans-serif;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .top_banner {
        padding-top: 5rem;
    }

    .literacy_session {
        font-size: 4rem;
        color: #E31E24;
        font-weight: 500
    }

    .name {
        font-size: 2.5rem;
        margin-bottom: 0px;
    }

    .founder {
        font-size: 1.8rem;
        font-weight: 500;
        color: #000000;
        font-family: League Gothic, sans-serif;
    }

    .success {
        font-size: 2rem;
        padding-top: 1rem;
        margin-bottom: 0px;
    }

    .desc {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        font-family: Alumni Sans, sans-serif;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .top_banner {
        padding-top: 5rem;
    }

    .literacy_session {
        font-size: 2.5rem;
        color: #E31E24;
        font-weight: 500
    }

    .name {
        font-size: 3rem;
        font-weight: 500;
        color: #E31E24;
        font-family: League Gothic, sans-serif;
    }

    .founder {
        font-size: 2rem;
        font-weight: 500;
        color: #000000;
        font-family: League Gothic, sans-serif;
    }

    .success {
        font-size: 2.5rem;
        font-weight: 500;
        color: #000000;
        font-family: League Gothic, sans-serif;
        padding-top: 2rem;
    }

    .desc {
        font-size: 32px;
        font-weight: 400;
        color: #000000;
        line-height: 32px;
        font-family: Alumni Sans, sans-serif;
    }
}

@media (min-width: 350px) and (max-width: 413.98px) {
    .top_banner {
        padding-top: 5rem;
    }

    .literacy_session {
        font-size: 2.2rem;
        color: #E31E24;
        font-weight: 500
    }

    .name {
        font-size: 2rem;
    }

    .founder {
        font-size: 1.8rem;
    }

    .success {
        font-size: 2rem;
        padding-top: 1rem;
    }

    .desc {
        font-size: 25px;
        font-weight: 400;
        color: #000000;
        font-family: Alumni Sans, sans-serif;
        line-height: 25px;
    }
}
