/* timeline module */
.module-timeline {
    min-height: 500px;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #112333;
}

h4.timeline-label {
	font-family: 'AP Moller Sans';
	font-size: 12px;
	line-height: : 15px;
	font-weight: 700;
	color: #64B2D4;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;

}

h2.timeline-heading {
	font-family: 'AP Møller Serif';
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20%;
	margin-right: 20%;	
}

h3.timeline-subheading {
	font-family: 'AP Moller Sans';
	font-size: 16px;
    line-height: 24px;
    opacity: 1;
	text-align: center;
	margin-bottom: 80px;
	margin-left: 20%;
	margin-right: 20%;	
}



h3.timeline-year {
	font-family: 'AP Møller Serif';
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;

}

p.timeline-text {
	text-align:left;
	width: 300px;"
	font-family: 'AP Moller Sans';
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 0.8px;

}

.module-timeline .swiper-button-next,
.module-timeline .swiper-button-prev {
    height: 40px;
    width: 40px;
    background-color: #112333;
    border-radius: 50%;
}

.module-timeline .swiper-button-next:after,
.module-timeline .swiper-button-prev:after {
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.swiper-container {
	
}

@media (max-width:1025px) {
	.module-timeline .swiper-button-next,
	.module-timeline .swiper-button-prev {
		display: none;
	}
}

@media (max-width: 760px) {
	.module-timeline {
    	background-color: white;
    	padding-bottom: 30px;
    }
}










