.our_leadership_module {
    position: relative;
}
.item-btn-three_large_buttons {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    display: flex;
    text-align: center;
    min-height: 200px;
    border-radius: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
}
.item-btn-three_large_buttons:hover, .item-btn-three_large_buttons:focus {
    color: #fff;
    background: var(--other-color);
}
.main-row-three_large_buttons:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(50% + 15px);
    width: 100%;
    background: var(--primary-color);
    z-index: -1;
    box-shadow: 0 4px 11px rgb(0 0 0 / 16%);
}