/*
Theme Name: Coppola
Theme URI: https://coppola.qodeinteractive.com
Description: Movie and Film Production Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: coppola
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.elementor-element-388a6f4{color:#fff!important;}

.timeline_wrapper {
  position: relative;
  transform: translateY(-100px);
}

.timeline_block h2{
font-size: 25px;
  margin: 0;
  color: #a2c3e3;
}

.timeline_block h1{
margin: 15px 0;
  font-size: 60px;
  color: #a2c3e3;
}

.timeline_block p{
font-size: 24px;
  font-weight: 300;
  margin:0;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
	.timeline_wrapper {
		transform: translateY(0);
		margin:25px 0;
	}

	.timeline_block{
		border-bottom:1px solid #e4e4e4;
		padding-bottom:15px;
		margin-bottom:30px;
	}

	.timeline_block h1{
		font-size: 40px;
	}

	.timeline_block p{
		font-size:16px;
	}
	.timeline_block p br{
		display:none;
	}
}
