.c-futprofe {
    padding: 2rem 1rem;
    background-color: var(--blue);
    background-image: url('https://aprodmovistarcomsa.z13.web.core.windows.net/persons/entretenimiento/win-sports/futbol-profe/bg-partfutbol.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
}

.c-futprofe__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 450px;
    margin: 0 auto;
}

.c-futprofe__imgp {
    max-width: 410px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .c-futprofe__box {
        max-width: 700px;
    }
}

@media screen and (min-width: 1000px) {
    .c-futprofe__box {
        flex-direction: row;
        max-width: 1100px;
    }
}