.seq_div_cont {
	margin-bottom: 60px;
}

.seq_div_cont:last-child {
	margin-bottom: 0;
}

	.seq_div_cont .title {
		background: #FEE316;
		background: linear-gradient(to right, #FEE316 0%, #EE7707 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 30px;
		display: inline-block;
	}

	.seq_div_cont .rassegna_img {
		margin-bottom: 60px;
	}

	.seq_div_cont .rassegna_img, .seq_div_cont .rassegna_img img {
		width: 100%;
	}

	.filmContainer {
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		margin-bottom: 60px;
	}

	.filmContainer:last-child {
		margin-bottom: 0;
	}
	
	@media screen and (min-width : 992px) {
		.filmContainer { flex-direction: row; column-gap: 30px; }
	}
	
		.locandina, .locandina img {
			width: 223px;
			display: block;
		}
		
		.datiFilm, .trama {
			width: 100%;
		}
	
		@media screen and (min-width : 992px) {
			.datiFilm, .trama { width: calc((100% - 223px) / 2); }
		}
		
		.datiFilm {
			color: var(--fourth_color);
		}
		
			.datiFilm .label {
				color: var(--first_color);
			}
			
			.data {
				color: var(--first_color);
				font-weight: 600;
				letter-spacing: 2px;
				font-size: 18px;
				text-transform: uppercase;
				margin-bottom: 30px;
			}
			
			.titolo {
				color: var(--second_color);
				margin-bottom: 30px;
			}
			
			.btt_scheda {
				display: flex;
				align-items: center;
				font-family: 'Dosis', sans-serif;
				font-size: 14px;
				font-weight: 300;
				letter-spacing: 1px;
				text-transform: uppercase;
				color: var(--second_color);
				margin-top: 30px;
				transition: color 0.3s linear;
				-webkit-transition: color 0.3s linear;
				-moz-transition: color 0.3s linear;
			}
			
			.btt_scheda:hover {
				color: var(--first_color);
			}
			
				.btt_scheda .fi {
					font-size: 18px;
					margin-right: 10px;
					background: #FFE616;
					background: linear-gradient(to right, #FFE616 0%, #EE7707 100%);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
				}
				
			.trama {
				color: var(--fourth_color);
			}