@import "general.css";

/* Contenido de la página principal */
.option {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.option:not(:last-of-type) {
    margin-bottom: 30px;
}

.option h3 {
    margin-bottom: 15px;
}

.option img, .option iframe {
    height: 250px;
    width: 85%;
    object-fit: cover;
}