/* ------------------------------------------------------------ *\
	FO Counters
\* ------------------------------------------------------------ */

.counters-section .section-head h2 {
	margin-bottom: 60px;
}

.counters-section .section-head p {
	line-height: 24px;
}

.fo-counters { list-style-type: none; display: flex; justify-content: center; padding: 80px 0 0; }
.fo-counters .fo-counter { width: 33.33333333%; border-right: 2px solid #E7EFF4; border-left: 2px solid transparent; }
.fo-counters .fo-counter:first-child { border-left-color: #E7EFF4; }

.fo-counter { padding: 22px 0 14px; text-align: center; }
.fo-counter__title { margin-bottom: 14px; font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI'; font-weight: 700; font-size: 46px; line-height: 20px; color: #172A41; }
.fo-counter__desc { font-size: 18px; line-height: 1.33333333; color: #050506; }

@media only screen and (max-width:768px) {
	.fo-counters {
		display: block;
	}
}