/* About Us Section */
.about-us-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Centering the About Us Content */
.about-content {
    width: 100%;
    margin: 0 auto;
    text-align: justify;  /* Justify text */
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.about-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Call to Action Section */
#cta {
    background-color: #024E87;  /* HP-like blue */
    color: white;
    padding: 40px 0;
    text-align: center;
}

#cta h3 {
    font-size: 28px;
    font-weight: 700;
}

#cta p {
    font-size: 18px;
    margin-top: 15px;
}

#cta a {
    color: #fff;
    text-decoration: underline;
}
