.fa,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}

ol,
ul {
    padding-left: 0;
}

.p-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.pb-9 {
    padding-bottom: 90px;
}

.pt-9 {
    padding-top: 90px;
}

.main-heading h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.main-heading h1 span {
    color: var(--text-darkyellow);
}

.main-heading h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.main-heading small {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.hero-banner {
    height: 878px;
    position: relative;
}

.hero-banner .carousel-control-next,
.carousel-control-prev {
    z-index: 2;
}

.hero-banner__content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-banner__content::before {
    content: '';
    background: rgb(40 81 9 / 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 38%;
}

.hero-banner__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 38%;
    top: 0;
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 373px solid rgb(40 81 9 / 90%);
    border-bottom: 878px solid transparent;
    z-index: 1;
}

.hero-banner__content--data {
    max-width: 615px;
    padding: 272px 0 0;
    z-index: 9;
}

.hero-banner__content--data small {
    font-size: 18px;
    color: var(--text-darkyellow);
    font-weight: bold;
}

.hero-banner__content--data p {
    font-size: 36px;
    line-height: 36px;
    color: var(--text-white);
    margin-bottom: 30px;
}

.hero-banner__content--data h1 {
    font-size: 36px;
    line-height: 36px;
    color: var(--text-white);
    font-weight: bold;
}

.hero-banner__content--data h1 big {
    font-size: 110px;
    line-height: 100px;
    display: block;
}

.hero-banner__content--data h1 big,
.hero-banner__content--data h1 span {
    color: var(--text-darkyellow);
}

.hero-banner__content--data h1,
.hero-banner__content--data h4 {
    text-transform: uppercase;
}

.hero-banner__content--data h4 {
    font-size: 24px;
    line-height: 26px;
    color: var(--text-white);
    font-weight: bold;
}

/*.hero-banner__content .shape {
    position: absolute;
    bottom: 0;
    left: 38%;
    top: 0;
}
.shape {
	display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 373px solid rgb(22 59 112 / 90%);
    border-bottom: 878px solid transparent;
	z-index: 1;
}*/

/*.shape-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 57.7%;
    z-index: 1;
}*/

.shape-2 {
    width: 336px;
    height: 398px;
    background: rgb(232 159 9 / 90%);
    position: absolute;
    bottom: 0;
    left: 38%;
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}

.stu-slider {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.stu-slider.arrows-out .slick-prev {
    left: 30px !important;
}

.stu-slider.arrows-out .slick-next {
    right: 30px !important;
}

.stu-slider.pagination-style .slick-arrow {
    top: 35%;
}

.stu-slider-section .container-fluid {
    max-width: 1920px;
    margin: auto;
}

.stu-item,
.stu-item.slick-initialized .slick-slide {
    display: flex !important;
}

.stu-slider-image {
    width: 484px;
    position: relative;
    margin-top: 0px;
}

.stu-slider-image img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.stu-slider-image::after {
    content: "";
    background: var(--bg-skyblue);
    position: absolute;
    top: 144px;
    right: 22%;
    width: 168px;
    z-index: 0;
    height: 50%;
    transform: skewX(157deg);
}

.stu-item:nth-child(even) .stu-slider-image::after {
    background: var(--bg-darkyellow);
}

.stu-slider-desc {
    width: 356px;
}

.stu-slider-desc h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.stu-slider-desc h3 {
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--text-blue);
    font-style: italic;
    margin-bottom: 30px;
}

.stu-item:nth-child(even) .stu-slider-desc h3 {
    color: var(--bg-darkyellow);
}

.stu-slider-desc p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    font-style: italic;
    color: var(--text-dark);
}

.stu-slider-desc p small {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    display: inline-block;
}

.stu-slider-desc p small strong {
    color: var(--text-blue);
}

.highest-package-section {
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: -74px; */
}

.top-numbers__section {
    margin-top: 45px;
    margin-bottom: 90px;
}

.top-numbers__section .top-numbers__card h3 {
    font-size: 60px;
    font-weight: bold;
    color: var(--text-white);
    position: relative;
    margin-bottom: 20px;
}

.top-numbers__section .top-numbers__card h3 i {
    position: absolute;
    left: -18px;
    top: -1px;
    font-size: 20px;
    color: var(--text-blue);
}

.top-numbers__section .top-numbers__card h3 sub {
    font-size: 30px;
    bottom: 0px;
    left: 2px;
}

.top-numbers__section .top-numbers__card span {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    color: var(--text-white);
    text-transform: uppercase;
}

.top-numbers__section .top-numbers__card {
    border-left: 1px solid #3565a9;
}

.video-section h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: var(--bs-white);
    text-transform: uppercase;
}

.video-img {
    margin-top: 30px;
}

.video-img img {
    border-radius: 15px;
}

.video-img .title-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, -50%);
}

.banner-play-button {
    width: 50px;
    height: 50px;
    background: var(--bg-skyblue);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    flex: 0 0 50px;
}

.banner-play-button svg path {
    fill: var(--text-color-white);
}

.banner-play-button svg {
    position: relative;
    left: 2px;
    top: -1px;
}

.banner-play-button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(48, 146, 221, .5);
    animation: scalebtn 2s infinite linear;
    z-index: -1;
}

@keyframes scalebtn {
    0% {
        transform: scale(1, 1);
        opacity: .5;
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1.1, 1.1);
        opacity: .5;
    }
}

.awards-accredits-section {
    margin-top: 266px;
}

.awards-accredits-section .award-card {
    padding: 10px 20px;
    background: var(--bgcolor-white);
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.awards-accredits-section .award-card img {
    width: 100px;
    height: 55px;
    object-fit: contain;
}

.awards-accredits-section .award-info p {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    color: var(--text-grey);
}

.awards-accredits-section .program-card {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.awards-accredits-section .program-card.yellow-border {
    margin-bottom: 0px;
}

.awards-accredits-section .program-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 12px;
    height: 62px;
    background: #163b70;
}

.awards-accredits-section .program-card.sky-border::before {
    background: var(--bg-blue);
}

.awards-accredits-section .program-card.yellow-border::before {
    background: var(--bg-darkyellow);
}

.awards-accredits-section .program-card h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.awards-accredits-section .program-card p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
    color: var(--text-grey);
}

.leader-profile {
    display: flex;
}

.leader-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.leader-img img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-desc {
    background: #f3f3f3;
    padding: 40px;
    width: 100%;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 6px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.leader-desc::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../new-assets/images/circle-border.png);
    background-position: 420px 166px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.leader-desc h3 {
    font-size: 24px;
    line-height: 24px;
    color: #163b70;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.leader-desc p strong {
    font-size: 18px;
    line-height: 18px;
    border-right: 2px solid var(--bg-darkyellow);
    padding-right: 12px;
    margin-right: 8px;
}

.leader-contact {
    margin-top: 30px;
}

.leader-contact p {
    margin-bottom: 10px;
}

.leader-contact p strong {
    font-size: 16px;
    border-right: 0;
}

.leader-contact a {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-dark);
}

.about-placement-section {
    height: 1051px;
}

.about-placement_info {
    position: relative;
    background: rgb(22 59 112 / 90%);
    padding: 80px;
}

.about-placement_info::before {
    content: "";
    background: rgb(232 159 9 / 90%);
    position: absolute;
    top: 0;
    right: 100%;
    width: 141px;
    height: 403px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 343px);
}

.about-placement_info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 500%;
    height: 100%;
    background: rgb(22 59 112 / 90%);
}

.student-stories-section {
    position: relative;
}

.student-stories-section::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 915px;
    height: 100%;
    background: url(../../new-assets/images/ellipse-icon1.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.student-stories-section::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 779px;
    height: 600px;
    background: url(../../new-assets/images/ellipse-icon2.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0px;
    z-index: -1;
    overflow: hidden;
}

.student-stories-section .main-heading p {
    max-width: 958px;
    margin: 0 auto;
    color: #404040;
}

.stories-item {
    padding: 90px 0 0;
}

.student-stories-section .slick-initialized .slick-slide {
    margin: 0 10px;
}

.stories-card {
    background: #f3f3f3;
    border-radius: 6px;
    padding: 40px;
    position: relative;
    height: 415px;
}

.stories-card .student-dp {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.stories-card .student-dp img {
    width: 100%;
}

.stories-card .student-name {
    margin-top: 50px;
    margin-bottom: 20px;
}

.stories-card .student-name h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.stories-card .student-name h5 {
    font-size: 16px;
    line-height: 16px;
    color: var(--text-grey);
    text-transform: uppercase;
    font-weight: normal !important;
}

.stories-card .student-desc img {
    margin-bottom: 10px;
    display: inline-block;
}

.stories-card .student-desc span {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: var(--text-dark);
    display: block;
    margin-bottom: 15px;
}

.stories-card .student-desc p {
    font-size: 14px;
    line-height: 16px;
    color: #404040;
}

.placement-links-section .extra-page-links-sec .col-md-4 {
    background: transparent !important;
}

.placement-links-section .extra-page-links-sec .col-md-4.pt-5,
.placement-links-section .extra-page-links-sec .col-md-4.pb-5,
.placement-links-section .extra-page-links-sec .col-md-4.p-5 {
    padding: 0 !important;
}

.placement-links-section h3 {
    color: var(--text-blue);
    font-weight: normal !important;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
}

.placement-links-section .custom-list li {
    position: relative;
    list-style-type: none;
    color: var(--text-dark);
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.placement-links-section .custom-list li a {
    color: var(--text-dark);
    cursor: pointer;
}

.placement-links-section .custom-list li a:hover {
    text-decoration: underline;
}

.placement-links-section .custom-list li::before {
    content: '';
    background-image: url(../../new-assets/images/link-arrow.png);
    mix-blend-mode: multiply;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
}

#animatedModal {
    display: none;
    position: fixed;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.98);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    padding: 30px;
}

#animatedModal .modal-content {
    height: 96%;
}

.graph-pnl {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 24px;
    min-height: 350px;
}

.graph-pnl a span {
    display: block;
    color: #008e8e;
    font-family: CircularStdBook;
    margin-top: 10px;
}

.graph-pnl a img {
    max-width: 100%;
    height: auto;
}

.graph-pnl h3 {
    font-size: 14px;
    color: #111;
    font-weight: bold;
    text-transform: uppercase
}

.top-numbers__card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    /*border-left: 1px solid #3565a9;*/
    /*max-width: 172px;*/
}

.top-numbers__card.card-gap {
    margin-bottom: 15px;
}

.top-numbers__card h3 {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}

.top-numbers__card h3 sub {
    font-size: 20px;
    bottom: 0;
}

.top-numbers__card span {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    display: block;
    color: var(--text-darkyellow);
    text-transform: uppercase;
}

.top-numbers__card small {
    color: var(--text-white);
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.stu-slider-desc img.comp-logo {
    width: 180px;
}

.stu-slider-desc img.comp-logo1 {
    width: 140px;
}

.stu-slider-desc img.comp-logo2 {
    width: 200px;
}

@media only screen and (max-width: 1600px) {
    /*.about-placement_info::after {
        left: 100%;
        width: 24%;
    }*/
}

@media only screen and (max-width: 1399px) {
    .pt-9 {
        padding-top: 60px;
    }
    .pb-9 {
        padding-bottom: 60px;
    }
    .main-heading h1,
    .main-heading h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .hero-banner__content--data p {
        font-size: 30px;
        line-height: 30px;
    }
    .hero-banner__content--data h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .hero-banner__content--data h1 big {
        font-size: 80px;
        line-height: 70px;
    }
    .hero-banner__content--data h4 {
        font-size: 20px;
        line-height: 22px;
    }
    /*.about-placement_info::after {
        width: 15%;
    }*/
    .about-placement-section {
        height: auto;
    }
    .about-placement_info {
        padding: 30px;
    }
    .leader-desc {
        padding: 30px;
    }
    .stories-card .student-dp {
        height: 88px;
        width: 88px;
    }
    .stories-card .student-desc span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .stories-card .student-name h4 {
        margin-bottom: 5px;
    }
    .stories-card .student-name h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .stories-card .student-desc img {
        width: 30px;
    }
    .stories-card {
        padding: 15px;
    }
    .leader-desc h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .leader-desc::after {
        background-position: 340px 130px;
    }
    .top-numbers__section {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .top-numbers__section .top-numbers__card h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .top-numbers__section .top-numbers__card h3 i {
        left: -18px;
        top: 6px;
        font-size: 18px;
    }
    .top-numbers__section .top-numbers__card h3 sub {
        font-size: 24px;
    }
    .video-section h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .awards-accredits-section {
        margin-top: 180px;
    }
    .stu-slider-desc img.quote {
        width: 30px;
    }
    .stu-slider-desc h2 {
        font-size: 24px;
        line-height: 24px
    }
    .stu-slider-desc p.mb-5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px !important;
    }
    .stu-slider-desc p small br {
        display: none;
    }
    .stu-slider-desc h3 {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .stu-slider-image::after {
        width: 136px;
        top: 66px;
    }
    .stu-slider-desc img.comp-logo {
        width: 150px;
    }
    .stu-slider-desc img.comp-logo1 {
        width: 120px;
    }
    .stu-slider-desc img.comp-logo2 {
        width: 170px;
    }
    .stu-slider-image {
        margin-top: 41px;
    }
    .highest-package-section {
        margin-top: -60px;
    }
    .student-stories-section::before,
    .student-stories-section::after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    /*.about-placement_info::after {
        width: 30%;
    }*/
    .leader-desc::after {
        background-position: 270px 130px;
    }
    .highest-package-section {
        margin-top: -40px;
    }
    .top-numbers__section .top-numbers__card h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .top-numbers__section .top-numbers__card span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.about-placement_info::after {
        width: 10%;
    }*/
    .stu-item,
    .stu-item.slick-initialized .slick-slide {
        display: block !important;
        margin: 0 10px;
    }
    .stu-slider-image {
        margin: auto;
        width: 280px;
    }
    .stu-slider-desc {
        width: 100%;
        background: #f3f3f3;
        padding: 15px;
        position: relative;
        top: -30px;
        z-index: 1;
        height: 453px;
    }
    .highest-package-section {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .top-numbers__section {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .top-numbers__section .top-numbers__card {
        border-left: 0px solid #3565a9;
        padding: 15px !important;
    }
    .video-section h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .awards-accredits-section .program-card {
        margin-bottom: 20px;
    }
    .leader-desc {
        padding: 20px;
    }
    .leader-desc::after {
        background-position: 175px 140px;
    }
    .leader-desc h3 {
        font-size: 20px;
        line-height: 20px;
    }
    /*.about-placement_info::after {
        width: 43%;
    }*/
    .highest-package-section {
        margin-top: 0;
    }
    /*.hero-banner__content::after {
        border-left: 337px solid rgb(22 59 112 / 90%);
        border-bottom: 804px solid transparent;
    }*/
    .awards-accredits-section {
        margin-top: 130px;
    }
    .top-numbers__section .top-numbers__card h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .top-numbers__section .top-numbers__card span {
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 768px) {
    /*.about-placement_info::after {
        width: 11%;
    }*/
}

@media only screen and (max-width: 767px) {
    .pt-9 {
        padding-top: 30px;
    }
    .pb-9 {
        padding-bottom: 30px;
    }
    .hero-banner {
        height: auto;
    }
    .p-120 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-numbers__card {
        border: 0 !important;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    #animatedModal {
        padding: 10px;
    }
    .graph-pnl {
        min-height: 295px;
    }
    .hero-banner__content .btn-md.mt-5 {
        margin-top: 20px !important;
    }
    .hero-banner__content {
        position: static;
        background: rgb(22 59 112 / 90%);
        padding-top: 30px;
    }
    .hero-banner .hero-banner__slider .carousel {
        height: 250px !important;
    }
    .hero-banner__content--data {
        max-width: 100%;
    }
    .hero-banner__content {
        padding: 30px;
    }
    .hero-banner__content::before {
        width: 100%;
        background: transparent;
    }
    .hero-banner__content::after {
        border: none;
    }
    .hero-banner__content--data {
        padding: 0;
        text-align: center;
    }
    .hero-banner__content--data p {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .hero-banner__content--data h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .hero-banner__content--data h1 big {
        font-size: 72px;
        line-height: 62px;
    }
    .hero-banner__content--data h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .shape-2 {
        display: none;
    }
    .highest-package-section {
        height: auto;
    }
    .video-section h4 br {
        display: none;
    }
    .awards-accredits-section {
        margin-top: 0;
    }
    .main-heading h2 {
        margin-bottom: 20px;
    }
    .awards-accredits-section .program-card {
        padding-left: 30px;
    }
    .leader-profile {
        display: block;
    }
    .leader-img img {
        border-radius: 0;
    }
    .leader-desc {
        padding: 20px;
    }
    .leader-desc::after {
        background-position: 370px 115px;
    }
    .about-placement_info::after {
        display: none;
    }
    .placement-links-section .ps-4 {
        padding-left: 0 !important;
    }
    .placement-links-section h3 {
        margin-bottom: 15px;
    }
    .placement-links-section .custom-list li {
        margin-bottom: 10px;
    }
    .leader-desc h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .main-heading h1,
    .main-heading h2 {
        font-size: 26px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .stu-item,
    .stu-item.slick-initialized .slick-slide {
        margin: 0;
    }
    .top-numbers__section .top-numbers__card h3 i {
        left: -14px;
        top: 6px;
        font-size: 16px;
    }
    .top-numbers__section .top-numbers__card span {
        font-size: 14px;
    }
    .top-numbers__section .top-numbers__card h3 sub {
        font-size: 18px;
    }
    .video-section h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .leader-desc::after {
        background-position: 405px 115px;
    }
    .main-heading h1,
    .main-heading h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .stu-slider-desc {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .top-numbers__section .top-numbers__card h3 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .leader-desc::after {
        background-position: 315px 115px;
    }
    .stories-card {
        padding: 20px;
    }
    .stories-card .student-dp {
        height: 110px;
        width: 110px;
    }
    .stories-card .student-desc span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .stories-card .student-name h4 {
        margin-bottom: 10px;
    }
    .stories-card .student-desc img {
        width: auto;
    }
    .stu-slider-desc h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .stories-card {
        height: auto;
    }
}

@media only screen and (max-width: 414px) {
    .hero-banner__content--data h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .hero-banner__content--data p {
        font-size: 20px;
        line-height: 20px;
    }
    .hero-banner__content--data h1 big {
        font-size: 60px;
        line-height: 50px;
    }
    .hero-banner__content--data h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .awards-accredits-section .program-card p {
        font-size: 14px;
        line-height: 16px;
    }
    .leader-desc h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .leader-desc::after {
        background-position: 250px 115px;
    }
}

@media only screen and (max-width: 375px) {
    .leader-desc::after {
        background-position: 220px 125px;
    }
}