.section-help{
    background-image: url("../assets/backgroundHelp.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.help-img >img{
     width: 300px;
}

.cards-box{
    width: 100%;
}

.cards-help {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}


#seta{
    width: 40px;
    position: relative;
    top: 20px;
    left: 100px;
}


@media (min-width:1024px){
    .section-help{
        background-image: url("../assets/backgroundHelp.png");
        background-repeat: no-repeat;
        background-size: 95%;
        width: 100%;
        /* height: 528px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    
    .help-img{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .help-img > img {
        width: 400px;
    }
    
    .cards-help {
        width: 95%;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
    } 
    

    #seta{
      opacity: 0;
    }

@media (min-width: 2560px){
    .section-help {
        height: 931px;
    }
 }
    
}
