/* ===================================================================
   PÁGINA SOBRE NÓS
=================================================================== */

.feature-item {
    background-color: var(--white-color);
    border-radius: 1rem;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}