.leadership-forum .tlc-whats-new-header img {
    border-bottom: 5px solid #F49323;
    padding-bottom: 8px;
}

.leadership-forum .tlc-whats-new-img {
    text-align: center;
}

.leadership-forum .tlc-whats-new-img img {
    width: auto;
    object-fit: cover;
    border-radius: clamp(15px, 2.5vw, 30px);
}

.leadership-forum .image-desc p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3C3C3C;
    max-width: 500px;
    margin: auto;
    font-style: italic;
    padding-top: 30px;
}

.video-section-leadership {
    max-width: 961px;
    margin: auto;
}

.video-section-leadership .video-border video {
    width: 100%;
    object-fit: cover;
}

.video-section-leadership .video-border::after {
    background-color: #025965 !important;
    top: 250px !important;
}

.video-section-leadership button.play-video img {
    box-shadow: none;
    background: rgb(0 0 0 / 20%);
}

.video-section-leadership .points-video {
    position: relative;
}

.video-section-leadership button.vidControls.play-video {
    padding: 0px;
    border-radius: 100%;
    border: none;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: inherit;
    cursor: pointer;

}

.video-section-leadership button.custom-btn {
    margin-top: 60px;
    border: none;
}