/* ============================================
   ESTILOS CUSTOMIZADOS
   ============================================ */

/* Ajuste da imagem da seção Sobre */
.about-image {
    max-width: 400px !important;
    flex: 0 0 400px !important;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Responsividade */
@media (max-width: 768px) {
    .about-image {
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
}
