#academicsbody {
    padding: 50px 50px 90px 50px;
    background-color: rgb(212, 226, 245);
}

.academicsbdyhd {
    line-height: 1.5;
    padding: 40px 0px;
    text-align: center;
}

.academicsbdyctnt {
    /* line-height: 5; */
    text-align: center;
    /* border: 1px solid lightcyan; */
    border-radius: 12px;
    padding: 40px;
}

.academicsbdyctnt > p > i {
    font-size: xx-large;
}

#academicsbody2 {
    padding: 50px 50px 110px 50px;
}

.growthcard {
    height: 100%;
    color: #fff;
    text-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 60px 40px;
}

.growthcard > h6 > i {
    font-size: x-large;
}

.gone {
    background: linear-gradient(rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.425)), url(../assets/images/banner/teacher.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gtwo {
    background: linear-gradient(rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.425)), url(../assets/images/banner/seminar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gthree {
    background: linear-gradient(rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.425)), url(../assets/images/banner/global.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.growthcard:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}