  .our-executive {
    background: linear-gradient(180deg, #000000 0%, #00539F 50.83%, #97BEE2 100%);
}
.gallerybox {
    position: relative;
    border: 3px solid #ccc;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
     max-width: 23%;
    height: 250px;
    object-fit: cover;
}
.gallerybox img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.section-title{
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    display: block;
    color: #00539F;
}
.faculty-title{
    color: #00539F;
}