body {
    background-image: none;
    background-color: #f5f5f5 !important;
    padding: 0;
    margin: 0;
}

.leadership {
    padding: 30px;
    margin: 20px;
}

.leadership-title h4 {
    font-weight: bold;
    font-size: 54px;
    color: #460246;
    margin: 30px 0px;
}

.leadership-subtitle h6 {
    font-weight: bold;
    color: #460246;
    margin: 20px 0px;
    font-size: 16px;
}

.leadership-image {
    margin: 10px;
}

.leadership img {
    border-radius: 50%;
    width: 90%;
    height: auto;
    max-width: 100%;
    margin: 0px;
}

.leader-name {
    font-weight: bold;
    color: #000;
    margin: 5px 0px;
    margin-bottom: 2px;
    font-size: 20px;
}

.leader-title {
    font-size: 18px;
}

.leader-role {
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
}

@media (min-width: 300px) and (max-width: 767px) {
    .leadership-title h4 {
        font-size: 39px;
    }
    .leadership {
        padding: 0px;
        margin: 0px;
    }
    .leadership img {
        border-radius: 50%;
        width: 53%;
        height: auto;
        max-width: 100%;
        margin: 0px;
    }
    .leader-role {
        font-size: 11px;
        font-weight: bold;
        font-family: system-ui;
        margin-top: 15px;
        text-align: left;
    }
}