.payment__container {
    width: 100%;
    display: flex;
    align-items: center;
}

.payment--image {
    margin-right: 0.6rem;
}

.payment--image img {
    display: block;
    height: 23px;
    width: auto;
}

.payment--text {
    color: #2c2e2f;
    font-size: 12px;
}