@media (max-width: 720px){
    .hero-text{
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .create-inner{
        width: 100%;
        height: 100vh;
        padding: 50px 20px;
    }

    .link-create, .create-card{
        height: auto !important;
        position: fixed;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .view-card{
        display: block;
    }
}

@media (max-width: 470px){
    .fav h1{
        display: none;
    }
}