/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Container Styles */
.support-section {
    background-color: #fff;
    padding: 20px;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.text-container {
    padding: 20px;
}

/* Header and Subheader Styles */
.support-section h4 {
    font-size: 2em;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.support-section h5 {
    font-size: 1.5em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Paragraph and List Styles */
.support-section p {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.8;
    text-align: justify;
}

.support-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
}

.support-section ul ul {
    list-style-type: circle;
    padding-left: 20px;
}

.support-section li {
    margin-bottom: 10px;
}

/* Link Styles */
.support-section a {
    color: #007bff;
}
.logo-container h1{
    color: #007bff;
}