.support-title {
    font-size: 17px;
    text-align: center;
    color: #585858;
    max-width: 700px;
    margin: 40px auto;
    margin-bottom: 10px;
    background-color: white;
    padding: 30px;
    box-shadow: 2px 2px 5px rgb(240, 235, 235);
    border-radius: 9px;
}

.support-title p {
    font-size: 18px;
    text-align: center;
    color: #585858;
    line-height: 1.9em;
    text-align: justify;
}


.card-paypal p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #7ed957;
}

.card-paypal {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    height: 140px;
    box-shadow: 2px 2px 5px rgb(240, 235, 235);
    background-color: white;
    border-radius: 9px;
}

.fa-paypal {
    color: #7ed957;
    font-size: 80px;
}