.three-images-one-text h1,.three-images-one-text h2{text-align:center;margin-bottom:8vw}
.three-images-one-text h4{text-align:center;margin-bottom:1.57rem;font-size: 2.2rem; line-height: 2.4rem; font-weight: 600;}
.three-images-one-text p{margin:0;color:#4A4A4A;font-size: 1.6rem; line-height: 2.6rem;}
.three-images-one-text .text{max-width: 75%;margin: 0 auto;}

.three-images-one-text img{width:8rem;height:auto;margin-bottom:1.5rem}

.three-images-one-text .tns-outer{position:relative}
.three-images-one-text .tns-ovh{-webkit-transition:height .2s ease;transition:height .2s ease}
.three-images-one-text .tns-horizontal.tns-subpixel>.tns-item{vertical-align:top}
.three-images-one-text .tns-nav{text-align:center;padding-top: 7rem;line-height:0;}
.three-images-one-text .tns-nav > [aria-controls]{width:.8rem;height:.8rem;padding:0;margin:0 .7rem;border-radius:50%;background:#D8D8D8;border:0}
.three-images-one-text .tns-nav > .tns-nav-active{background:#011A3A}

.three-images-one-text.theme-blue p {color:#fff;}
.three-images-one-text.theme-blue .tns-nav > .tns-nav-active {background:#38A3FF;}

@media (min-width: 450px) {

	.three-images-one-text img {
		width: 9.6rem;
		margin-bottom: 2.8rem;
	}
}

@media (min-width: 568px) {
	.three-images-one-text .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.three-images-one-text .row .col {
		width: 16.667vw;
		text-align: center;
	}

	.three-images-one-text .text {
		max-width: none;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.three-images-one-text .row .col {
		padding: 0 6rem !important;
	}
}

@media (min-width: 1440px) {
	.three-images-one-text .row .col {
		max-width: 32rem;
		padding: 0 !important;
	}

	.three-images-one-text img {
		width: 9rem;
	}
}

@media (min-width: 1920px) {
	.three-images-one-text img {
		width: 8.5rem;
		margin-bottom: 3.7rem;
	}

	.three-images-one-text .tns-nav {
		display: none;
	}
}