.stat-block .ct-row .text-col {padding: 57px 22px 0 22px;width: 25%;position: relative;margin-bottom: 65px;text-align: center;}
.stat-block .ct-row .text-col:not(:last-child):after {content: '';position: absolute;right: 0;width: 1px;height: 100%;background-color: #FFFFFF;top: 0;}
.stat-block .ct-row .text-col .number {font-family: "nimbus-sans", sans-serif;font-size: 45px;line-height: 55px;display: flex;align-items: center;justify-content: center;font-weight: 900; margin: 0 0 3px 0;}
.stat-block .ct-row .text-col p {font-family: "nimbus-sans", sans-serif;font-size: 16px;line-height: 24px;letter-spacing: 0.8px;text-transform: uppercase;max-width: 300px;margin: auto;}

@media screen and (max-width:1280px) {
	.stat-block .ct-row .text-col {width: 50%;}
	.stat-block .ct-row .text-col:after {content: '';position: absolute;right: 0;width: 1px;height: 100%;background-color: #FFFFFF;top: 0;}
}

@media screen and (max-width:767px) {
	.stat-block .ct-row .text-col:after {display: none !important;}
	.stat-block .ct-row .text-col {width: 100%; padding: 30px 0; margin: 0;}
	.stat-block .slick-dots {bottom: -35px;z-index: 1;}
	.stat-block .ct-row .text-col p {font-size: 15px; line-height: 20px;}
}