/* =========================================
   Página de Agenda
   ========================================= */

.about-title {
    font-size: 3rem;
    font-weight: 600;
    color: rgba(12, 4, 7, 0.4);
    margin: 0;
}

.about-title-black {
    color: #0c0407;
}

.style-gide-groupp-text {
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 20px auto 40px auto;
    text-align: center;
}

.style-gide-groupp-text strong {
    color: #000;
}

/* Espaçamento */
.brand-heading {
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .about-title {
        font-size: 2.2rem;
    }
    .style-gide-groupp-text {
        font-size: 1rem;
    }
}