<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section5 .content  {
	width: 1100px;
}
.section6 .content {
	width: 1160px;
}

.section5 .cola {
	height: 600px;
	padding: 80px 50px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	
  .section5 .cola {
	  padding: 80px 15px;
	}
	.section5 .content, .section6 .content {
    	width: 100%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.section5 .cola {
		width: calc( 100% - 15px );
		height: auto;
		padding: 50px 30px;
	}
	.section5 .cola .title {
		line-height: 1.2;
	}
	.section5 .cola .desc {
		line-height: 1.5;
	}
	.section3 .photo img, .section3 .photo .caption, .section3 .photo .border {
		max-width: 60%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
	.milestone-dotline {
		bottom: 180px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	
}</pre></body></html>