
.current_deans_bg {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
    font-size: 1.625em;
}

.current_deans_list {
    display: flex;    
    padding: 1.25rem;
    box-sizing: border-box;
}

    .current_deans_list .img {
        width: 66.5%;
        position: relative;
        aspect-ratio: 552/691;
        display: block;
        overflow: hidden;
    }
            .current_deans_list .img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                float: none;
                width: 100% !important;
                height: 100% !important;
                object-fit: cover;
                transition: 0.3s ease all;
            }

    .current_deans_info {
        background-color: #f8f8f8;
        width: 33.5%;
        font-size: inherit;
        line-height: 1.5;
        margin: 0;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: clamp(0.769rem, 1.04vw, 1.25rem);
        padding: clamp(1.153rem, -0.001rem + 1.56vw, 1.875rem) clamp(2.691rem, 3.65vw, 4.375rem);
    }
            .current_deans_info .college{
                font-size: inherit;
            }

            .current_deans_info .name{
                font-size: inherit;
            }
            


@media (max-width: 768px){


.current_deans_bg {
   font-size: 1em;
}

.current_deans_list {
    flex-direction: column;
    padding: 0;
}
    .current_deans_list .img {
        width: 100%;
    }
    
    .current_deans_info {
        width: 100%;
        gap: 0;
        padding: 1.153rem;
    }

}






