    .flex_waku_item {
        width: 49%;
        align-items:flex-start;
    }
    .flex_waku_item_wide {
        width: 70%;
        align-items:flex-start;
        margin-bottom: 20px;
    }    
    .flex_waku_item_campaign {
        width: 90%;
        background-color: #009688;
        align-items:flex-start;
        margin-bottom: 20px;
    }    
    .flex_waku-item_title{
background-color: #ff5c50;
display: flex;
height: 3rem;
font-size: 1rem;
padding-top: 5px;
width: 98%;
justify-content: center;
align-items: center;         
    }
    
    .flex_waku_item_wide div.flex_waku-item_title{
        display: flex;
        height: 3rem; 
        font-size: 1.1rem;
        align-items:center;
        justify-content: center;
        line-height: 1.2rem;        
    }
    .flex_waku_item_campaign div.flex_waku-item_title{
        width:100%;
    }
	.title_vr {
    	background-color: #ff5c50;
	}    
	.title_prezent {
    	background-color: #ff5c50;
	}    
    .flex_waku-item_time{
        width:100%;
        /*height: 150px;*/
	height: 5rem;
	
    }
    .flex_waku-item_time table {
        width:80%;
        text-align: left;
        margin: 0 auto;
    }
    .flex_waku-item_time table td{
        padding:2px;
        color: white;font-weight: 500; font-size: 1rem;
    }
    .flex_waku-item_img span{
        font-size:1rem;
        font-weight: bold;
    }

div.event_link a{
	display:block;
	border: 0 solid ;
	background-color:pink;
	color:#333;
	border-radius: 16px;
	width:80%;
	margin:0 auto;
}

div.event_link a: hover{
	opacity:0.5;
}


@media only screen and (max-device-width: 480px){
		.flex_waku_item {
		    flex-wrap: wrap;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		}    
        .flex_waku_item_wide{
		    width: 100%;                    
        }
	    .flex_waku_item_campaign {
	        width: 100%;
	        background-color: #009688;
	        align-items:flex-start;
	        margin: 20px 0;
	    }    
        
        .flex_waku-item_title {
		height:3.5rem;
		    display: flex;
		    font-size: 1.1rem;
		    align-items: center;
		    justify-content: center;
	}
        .flex_waku_item_wide div.flex_waku-item_title{
            height: 4rem; 
            font-size: 1.1rem;
            line-height: 1.2rem;
        }
        .flex_waku_item_campaign div.flex_waku-item_title{
            height: 4rem; 
            font-size: 1.1rem;
            line-height: 1.2rem;
        }
	.flex_waku-item_time table {
		width: 90%;
	}
}
