/* CEO picture */
#ceo .dropped-image-holder span { border-radius: 25px; }
#ceo figcaption:not( [hidden] ) { display: block; text-align: center; margin: auto; background: linear-gradient( 90deg, #ff7c06, #e72a67 ); border-radius: 25px; color: #fff; text-transform: uppercase; line-height: 1; font-weight: 500; padding: 6px 35px; position: relative; top: -52px; z-index: 1; letter-spacing: -1px; width: max-content; max-width: 100%; text-shadow: 0 0 6px #00000061; font-size: 13pt; }

/* Social impact */
#social-impact { background: no-repeat url( '../../images/pages/leadership/bg/social-impact.webp' ) #003aca top right; border-radius: 20px; padding: 20px 50px; color: #fff; margin: 50px 0; box-sizing: border-box; }

@media (max-width: 550px) {
    #social-impact { padding: 20px 30px; margin: 0 0 50px; }
}