.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

section {
    padding: 100px 0;
}

@media (max-width: 992px) {
    section {
        padding: 50px 0;
    }
}
