<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------- 
# History 
--------------------------------------------------------------*/


.history-one {
	background-color: #f0f7f7;
	padding-top: 150px;
	padding-bottom: 150px;
}

.history-one__single {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}

.history-one__single+.history-one__single {
	margin-top: 40px;
}

.history-one__single:nth-child(even) .row {
	flex-direction: row-reverse;
}

.history-one__image {
	border-radius: 10px;
	overflow: hidden;
}

.history-one__image&gt;img {
	width: 100%;
}

.history-one__single&gt;.row {
	margin-left: -25px;
	margin-right: -25px;
}

.history-one__single&gt;.row [class*=col-] {
	padding-left: 25px;
	padding-right: 25px;
}

.history-one__content .block-title h3 {
	font-size: 30px;
	line-height: 1.2em;
}

.history-one__content .block-title p.has-line+h3 {
	margin-top: 15px;
}

.history-one__content .block-title {
	padding-bottom: 0;
}

.history-one__text {
	margin-top: 5px;
}

.history-one__text p {
	margin: 0;
}

.history-one__text p+p {
	margin-top: 25px;
}
</pre></body></html>