.eventos_card .elementor-widget-wrap{
    height: 650px;
}

.tracado h2{
    display:flex;
    align-items: center;
    justify-content: center;
}
.tracado h2:before{
    content:'';
    background: linear-gradient(54deg, #F1DE84 -4.65%, #B28E45 24.33%, #F1DE84 87.57%, #B28E45 113.92%);
    width: 112px;
    height: 2px;
    margin-right:10px;
}

@media (max-width:768px){
       .tracado h2 {
    justify-content: center;
}
.tracado h2:before{
width:60px
    
}

}

@media (min-width:769px) and (max-width:1024px){
    .eventos_card .elementor-widget-wrap{
      
        height: 746px;
        flex-shrink: 0;
    }
   .tracado h2 {
    justify-content: center;
}
}







