/* About Section Styling */
.about-section {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    color: #0a4d63;
}

.about-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-section h2 span {
    font-weight: normal;
    color: #0073e6;
}

.about-section h3 {
    font-size: 18px;
    color: #0a4d63;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #0a4d63;
    font-style: italic;
    margin-bottom: 20px;
}

.about-section a {
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-section h2 {
        font-size: 24px;
    }

    .about-section h3 {
        font-size: 16px;
    }

    .about-section p {
        font-size: 14px;
    }
}
