.providers {
    margin-bottom: 24px;
}

.providers-item {
    width: 140px;
    background-color: var(--border);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.providers-item img {
    display: block;
    width: 100px;
    height: auto;
    max-height: 45px;
    object-fit: contain;
}