.carreras {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.carreras > h2 { display: none; }
.carreras > div {
    width: fit-content;
}
.carreras .imagen {
    height: auto;
    max-width: 600px;
    width: 100%;
}
.carreras .contenido { display: none; }
