.custom-width-for-leadership {
    /* width: 100%;
    height: 20rem; */
    width: 100%;
    height: 300px;
    margin: 0.5rem auto;
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
    .custom-width-for-leadership {
        margin-top: 2rem !important;
    }
}

/* Tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .custom-width-for-leadership {
        margin-top: 2rem !important;
    }
}

/* Desktops */
@media only screen and (min-width: 1025px) {
    /* CSS rules for desktops */
}
