.support-page-row {
    text-align: center;
    margin-top: 30px;
}

.support-page-row .about-section-title h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--primary--color);
}

.support-page-body {
    border-radius: 20px;
    border: 1px solid #111;
    padding: 30px;
    margin-top: 30px;
    text-align: justify;
}

.detail-card h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text--color);
    margin-bottom: 10px;
}

.detail-card p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text--color);
}
