.pay-description-wrapper {
    margin-bottom: 4rem;
}

.payment-type-title-wrapper span {
    color: #030712;
    font-size: 18px;
    font-weight: 600;
}

.payment-list-item p {
    color: #6b7280;
    font-weight: 400;
}

.payment-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
}
.payment-list-item {
    position: relative;
    padding-left: 2.1875rem;
    max-width: 90%;
}

.payment-type-wrapper {
    margin-block: 1.875rem;
}
.payment-list-item::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #b19367;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0;
}

.conditions-list-item p {
    line-height: 120%;
}

@media (max-width: 767px) {
    .pay-description-wrapper {
        margin-bottom: 2.625rem;
    }
}
