body {
    background-color: #f8f9fa;
    line-height: 1.8;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #0d6efd;
}

.feature-icon {
    font-size: 2rem;
    color: #0d6efd;
}

.about-img {
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    object-fit: cover;
}