.p-link-list {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.p-link-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    max-height: 64px;
    border: 1px solid #364041;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.p-link-list img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    display: block;
}
