.leadership {
    max-width: 1512px;
    width: -webkit-fill-available;
    display: flex;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.leadership-wrapper {
    display: flex;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.leadership-visual img {
    width: 100%;
    height: auto;
}

.leadership-cards svg {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.leadership-description .description-text h3 {
    margin-top: 16px;
    margin-bottom: 12px;
}

.leadership-cards {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.leadership-card {
    margin-bottom: 24px;
}

.leadership-button {
    min-width: 303px;
}

@media only screen and (min-width: 992px) {
    .leadership {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 32px;
    }

    .leadership-wrapper {
        flex-direction: row;
        padding: 40px 40px;
    }

    .leadership-visual {
        margin-right: 32px;
        display: flex;
        align-items: center;
    }

    .leadership-cards {
        flex-direction: row;
    }

    .leadership-card {
        max-width: 225px;
    }

    .leadership-card:nth-child(2) {
        margin-right: 12px;
        margin-left: 12px;
    }

    .leadership-cards svg {
        width: 64px;
        height: 64px;
    }

    .leadership-description {
        margin-top: 102px;
        margin-bottom: 102px;
        padding-right: 24px;
    }
}

@media only screen and (min-width: 1280px) {
    .leadership-visual img {
        width: 635px;
    }
}