.view-vacantes .view__content {
    display: flex;
    padding-block: 4rem;
    gap: 2rem;
}

legend {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
}

.view-filters {
    min-width: 240px;
}

@media screen and (max-width: 767px) {
    .view-vacantes .view__content {
        flex-direction: column;
    }
}