/* Base styling for about content */
.about-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
}

/* Headings */
.about-content h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 2px solid #4c9a6f;
    padding-bottom: 10px;
}

.about-content h2 {
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2a2a2a;
}

.about-content h3 {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2a2a2a;
}

/* Paragraphs */
.about-content p {
    margin-bottom: 1.2em;
    font-size: 1.05em;
    font-weight: normal;
    line-height: 1.7;
}

/* Strong text */
.about-content strong {
    font-weight: 600;
    color: #000;
}

/* Lists */
.about-content ul {
    margin-left: 25px;
    margin-bottom: 1em;
    list-style-type: disc;
}

.about-content ul ul {
    list-style-type: circle;
    margin-top: 5px;
}

/* Call-to-action button */
.about-content .cta {
    margin: 30px 0;
    text-align: center;
}

.about-content .cta a {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.about-content .cta a:hover {
    background-color: #4c9a6f;
}

/* Disclaimer-about disclaimer section */
.Disclaimer-about {
    background: rgb(33, 133, 234);
    padding: 30px 20px;
    color: #fff;
    margin-top: 60px;
    border-top: 1px solid #ddd;
    color: #444;
}

.Disclaimer-about .disclaimer {
    max-width: 900px;
    margin: 0 auto;
}

.Disclaimer-about .disclaimer strong {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

.Disclaimer-about .disclaimer p {
    font-size: 0.95em;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}
