.acadamiccred_sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 243, 227, 1) 75%);
}
.acacred_card {
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 16px 10px;
}
.acacred_card .badges {
    height: 30px;
}

.chairmanmsg_sec {
    background: linear-gradient(180deg, rgba(255,243,227,1) 50%, rgba(255,255,255,1) 90%);
}
.chairman_img img {
    height: 360px;
}
.achievements_card {
    border: 1px solid var(--bs-primary);
    border-radius: 18px;
}
.achievements_card img {
    height: 220px;
}
.achievements_card .card-body {
    background-color: var(--bs-primary);
    border-radius: 0 0 18px 18px;
}
.achievements_card .title {
    font-family: var(--bs-secondary-font-family);
    font-weight: 500;
    font-size: 1.25rem;
}
@media (max-width:767px) {
    .achievements_card img {
        height: 160px;
    }
    .page-template-chairman .banner-img.bg-image img{
        height: auto;
    }
}
@media (max-width:576px) {
    .acacred_card .card-body {
        padding: 0;
    }
    .acacred_card .rank {
        font-size: 1rem;
    }
    .acacred_card .text {
        font-size: 0.8rem;
    }
    .achievements_card .card-body .title {
        font-size: 1.125rem;
    }
  
}