.inicio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70vh;
    position: relative;
}

@media screen and (min-width: 768px){
    .inicio {
        align-items: center;
        gap: 20px;
        height: 72vh;
        /* position: static; */
        padding-top: 50px;
        margin: auto;
    }

    .inicio > div {
        display: flex;
        align-items: center;
    }
}