/* Estilos para Preguntas Frecuentes - Florería Suspiros */

.default-style.faq h1 {
    color: #d4006f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #d4006f;
    padding-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .default-style.faq h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .default-style.faq h1 {
        font-size: 1.5rem;
    }
}


