.teamprograms .programimgcontainer>img,
.companieschoose div>img,
.customizetraining .customizetrainingimg>img,
.trained .trainedimgcontainer>img {
    @media(max-width: 991px) {
        margin-bottom: 2rem !important;
    }
}

section.banner h1.text-white.text-center.text-lg-start {
    margin-top: 8rem;
}

section.leadership .col-lg-6.text-center.text-lg-start {
    margin-top: 5rem;
}

section .btn_black {
    padding: 12px 24px;
    border-radius: 5px;
    background-color: var(--black, #000);
    display: block;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

section .btn_black:hover {
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    background-color: white;
    color: #EE2A26;
}

section.banner {
    background: url('../../assets/img/training-programs/inside/teamsynergybanner.png') no-repeat center bottom/cover;
    height: 100vh;
    align-content: center;
    max-height: 1000px;
}

section.banner .content {
    max-width: 957px;
    @media (width < 991px) {
        max-width: 100%;
    }
}
/*
section.leadership .content {
    max-width: 650px;
    @media (width < 991px) {
        max-width: unset;
    }
}*/

section.leadership .row:first-child {
    margin-bottom: 50px;
}

section.leadership .red_box {
    padding: 30px;
    border-radius: 5px;
    background: var(--dark-red, #7D0C11);
    height: 100%;
}

section.leadership .row:last-child {
    gap: 30px 0;
    --bs-gutter-x: 30px;
}