.partners-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 490px;
    background: #F8F8F8;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    height: 135px;
    justify-content: center;
}

.partner-card-sp {
    width: 100%;
    max-width: 490px;
    height: 144px;
    justify-content: center;
}

.partner-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.partner-logo-area-sp {
    height: fit-content;
}

.partner-logo {
    width: 200px;
    height: auto;
}

.partner-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-align: center;
}

.partner-desc-sp {
    height: 64px;
    padding: 0 20px;
    height: 51px;
}
