
@media (max-width: 768px){
    div.benefits-container{
        display: block;
    }  
    
  div.benefit-box{
      padding-top: 0px;  
      width: 100%;
      line-height: 1.2;
    }
    
    
    div.benefit-box:last-child{
        padding-bottom: 0px;
    }
    
}



    
#main > article{
        padding-top: 0em;
    }    
    
    

#em-event-6 > p:nth-child(3),
#em-event-6 > p:nth-child(4),
#em-event-6 > p:nth-child(5),
#em-event-6 > ul{
    display: none!important;
}


#page h1{
    color: var(--ast-global-color-4);    
    text-shadow: 2px 2px 0px #ffffff;
}


article.type-event > div > header{
    display: none;
}