.leadership-heading-des {
    padding-top: 60px;
    border-top: 2px solid #EEEEEE;
}

.leadership-des p {
    line-height: 32px;
}

.team-side-img img {
    width: 492px;
    height: 492px;
    object-fit: cover;
    border-radius: 100%;
}

.team-side-img-des{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #EEEEEE;
}

.team-des .small-title {
    display: inline-block;
    padding-left: 0px;
}

.team-des .small-title:after , .team-des .small-title:before {
    margin-top: -1px;
    position: absolute;
    content: "";
    width: 30px;
    top: 50%;
    /* left: 100%; */
    border-bottom: 1px solid var(--goldern-yellow);
}

.team-des .small-title:after {
    left: 100%;
}

.team-des .small-title::before {
    content: unset;
}

.team-des h2 {
    margin-bottom: 30px;
}

.team-des p {
    line-height: 32px;
}

.team-side-img-des:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.team-side-img-des:nth-child(odd) .team-side-img img {
    margin: 0 0 0 auto;
}

.team-side-img-des:nth-child(odd) .team-des {
    text-align: right;
}

.team-side-img-des:nth-child(odd) .team-des .small-title {
    padding-left: 8px;
    padding-right: 0px;
}

.team-side-img-des:nth-child(odd) .team-des .small-title::after {
    content: unset;
}

.team-side-img-des:nth-child(odd) .team-des .small-title::before {
    content: "";
    right: 100%;
}

.our-team-sec {
    margin-bottom: 90px;
}