/* Propera About Page Styles */

/* About Content Section */
.about-content {
    max-width: 800px;
}

.about-content p {
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-cta {
    text-align: center;
    margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about-cta {
        margin-top: 40px;
    }
}
