.titolo {
    margin-top: 20px;
}
        
@media screen and (min-width : 768px) {
    .titolo { width: 264px; }
}

.data_uscita {
    display: none;
}

#evento {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
	
@media screen and (min-width : 768px) {
	#evento { flex-direction: row; column-gap: 60px; }
}

	#boxLocandina, #boxLocandina img {
		width: 223px;
		height: 323px;
		position: relative;
	}

    #boxLocandina {
        box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
    }
	
	#info_evento {
		width: 100%;
	}

        .abstract {
            
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 30px;
        }