
.empresa {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.empresa img {
    max-width: 100px;
    height: auto;
}
.empresa h2 {
    margin: 10px 0;
    font-size: 1.2em;
}
.social-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}
.social-icons a:hover {
    color: #007bff;
}
.social-icons .fab {
    font-size: 24px;
}