.apropos-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
}
.apropos-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}
.section-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.section-box p, .section-box ul {
    font-size: 1rem;
}
.section-box ul li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
    padding-left: 1.2rem;
}
.apropos-cta {
    background: linear-gradient(135deg,#6a11cb,#2575fc);
    color: #fff;
    padding: 50px 30px;
    border-radius: 1rem;
}
.apropos-cta h2 {
    font-size: 2rem;
    font-weight: 700;
}
.apropos-cta p {
    font-size: 1.2rem;
}
.btn-contact {
    background-color: #fff;
    color: #2575fc;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 30px;
    transition: all 0.3s ease;
}
.btn-contact:hover {
    background-color: #2575fc;
    color: #fff;
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .apropos-title { font-size: 2.2rem; }
    .apropos-cta h2 { font-size: 1.6rem; }
    .apropos-cta p { font-size: 1rem; }
}