.leader-cards-module {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.leader-cards-module__title.moduletitle {
    max-width: 1330px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.leader-cards-module__header {
    max-width: 1330px;
    margin: 0 auto;
}

.leader-cards-module__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.leader-cards-module__card {
    background: #f3f3f3;
    width: 100%;
    margin: 10px;
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.leader-cards-module__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.leader-cards-module__card-left {
    padding: 20px 10px;
    text-align: center;
}

.leader-cards-module__position {
    margin: 0;
}

.leader-cards-module__photo img {
    border-radius: 50%;
    max-height: 180px;
    max-width: 180px;
    margin: 10px auto 0 auto;
}

.leader-cards-module__name {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-size: 1.4em;
}

.leader-cards-module__name span:last-child {
    font-weight: 500;
}

.leader-cards-module__contact-info {
    margin: 0;
    padding: 10px 0;
}

.leader-cards-module__bottom {
    width: 100%;
    padding: 15px 30px;
    font-style: italic;
    background: #003F87;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 75px;
}

@media (min-width: 768px) {
    .leader-cards-module__card {
        flex: 0 0 420px;
        width: 420px;
        min-width: 380px;
        max-width: 480px;
        margin: 10px;
    }

    .leader-cards-module__top {
        flex-direction: row;
        text-align: left;
    }

    .leader-cards-module__card-left {
        flex: 1;
        text-align: left;
    }

    .leader-cards-module__photo img {
        margin: 0;
        float: right;
    }

    .leader-cards-module__bottom {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .leader-cards-module__card {
        flex: 0 0 420px;
        width: 420px;
    }
}
