.payment-systems {
    min-width: 100%;
    margin-top: 35px;
    font-family: 'Roboto', sans-serif;
    max-width: 635px;
    height: fit-content;
    padding: 34px 33px 20px 47px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    position: relative;
}

.payment-systems-item {
    display: flex;
    align-items: flex-start;
}

.payment-systems-item a {
    padding-left: 15px;
    width: 250px;
    height: 40px;
    min-width: 210px;
}

.payment-systems-item img {
    border-radius: 5px;
    width: 150px;
    height: 60px;
}

@media (max-width: 767px) {
    .payment-systems-item {
        display: flex;
        flex-direction: column;
    }
    .payment-systems-item a {
        width: 100%;
        margin-top: 15px;
    }
    .payment-systems-item img {
        min-width: 150px;
        width: 100%;
        height: 100%;
        min-height: 60px;
        margin-bottom: 15px;
    }
}

.payment-system-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #667085;
    padding-right: 25px;
}