.partner {
    background: white;
    width: 364px !important;
    height: 255px !important;
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #242C35;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.partners_holder {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}