.topsection {
    background-image: url('../../assets/images/cover/classroom.jpg');
    width: 100%;
    height: 230px;
    position: relative;
    background-position: top;
}

.topsection .imagelayer {
    width: 100%;
    height: 230px;
    background: #07294d;
    opacity: .5;
}

.topsection .text {
    text-align: center;
}

.topsection .text h2 {
    font-size: 45px;
    font-weight: 600;
}

.topsection .text i {
    margin-right: 5px;
    font-size: 15px;
}

.topsection .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* topsection */

.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about .media {
    position: relative;
}

.about .media img {
    width: 100%;
    height: auto;
}

.about .media .info-box {
    position: absolute;
    bottom: 0;
    padding: 12px 35px;
    right: 0;
}

.notice-wrapper {
    background-color: #f8f9fa;
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-header small {
    font-size: 0.9rem;
}

.about-content-details {
    font-size: 1rem;
    line-height: 1.6;
}

.social-share a {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


  /* ----------------- */


/* about */