
.leadership {
    padding: 60px 0 40px;
    background: #F7F7F7;
}

.leadership-title {
    margin: 0 0 40px 54px;
}

.leadership-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.leadership-item {
    margin: 0 20px 40px 0;
    text-align: center;
}

.leadership-item:last-child {
    margin-right: 0;
}

.leadership-img {
    position: relative;
    max-width: 100%;
}

.leadership-img img {
    max-width: 440px;
    max-height: 490px;
}

.leadership-name::before {
    content: "";
    display: block;
    margin: 0 auto 40px;
    height: 3px;
    width: 82px;
    background-color: #1055AD;
}

.leadership-name {
    padding: 40px 0 0;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

.leadership-post {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

@media (max-width: 920px) {
    .leadership-title {
        margin-left: 0;
    }

    .leadership-item {
        margin-right: 0;
    }

    .leadership-img img {
        width: 100%;
    }
}
