@media(max-width:1370px){
    .container_header{
        grid-template-columns: 1fr 0.17fr;
    }
    .content_header{
        grid-template-columns: 1fr 2fr 1fr;
    }
}
@media(max-width: 1024px){
    .container_banner{
        height: unset;
    }
    .content_banner{
        flex-direction: column;
        max-width: 360px;
        margin-left: 16px;
    }
    .content_banner .text .data .orange_data{
        flex-direction: column;
    }
    .content_banner .text .data{
        align-items: flex-start;
    }
    .content_banner .text .data .orange_data{
        align-items: flex-start;
    }
    .content_banner .text h1{
        font-size: 32px;
        line-height: 32px;
    }
    .content_banner .text .data .black_data h2{
        font-size: 32px;
        line-height: 32px;
    }
    .content_banner .text .data .orange_data h3{
        font-size: 38px;
        line-height: 38px;
    }
    .content_banner .text .data .orange_data .orange_span{
        font-size: 32px;
        line-height: 32px;
    }
    .content_banner .text .consultoria p, .black_span{
        font-size: 18px;
        line-height: 22px;
    }
    .content_banner .text .next_steps .steps p{
        font-size: 16px;
        line-height: 19px;
    }
    #poster {
    width: 331px;
    height: 185px;
    border-radius: 8px;
}
#video{
    width: 331px;
}
.linhas_miudas {
    position: absolute;
    margin-top: 24px;
    margin-left: 12px;
    top: 164%;
    width: 80%;
}
.content_banner .video .instagram{
    margin-bottom: 80px;
    width: 80%;
}
.feature_black_data.right {
    left: 21.8%;
    top: 39%;
}
span.feature_orange_data.left {
    top: 71%;
    left: 0%;
}
span.feature_orange_data.right {
    top: 71%;
    left: 36%;
}
}