.helenica-info {
    max-width: 900px;
    margin: 80px auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.helenica-info h2 {
    font-size: 24px;
    color: #001f4d; /* azul oscuro para resaltar */
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center !important;
}

.helenica-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

.helenica-info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.helenica-info li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
    text-align: justify;
}

.fotosNosotros {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fotosNosotros img {
    width: 400px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}