/* Custom styles for Mr. Sunder Singh image */
.mr-singh-image {
    display: block;
    margin: 0 auto;
    max-height: 550px !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mr-singh-image:hover {
    transform: scale(1.02);
}

@media (min-width: 992px) {
    .mr-singh-image {
        margin-top: 20px;
    }
}