.sa-element-icons {
	margin-top: 80px;
	margin-bottom: 80px;
}

.sa-element-icons .sa-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.sa-element-icons .sa-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	text-align: center;
}

.sa-element-icons .icon img {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.sa-element-icons .text {
	margin: 30px auto 0 auto;
	max-width: 170px;
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: rgb(195, 195, 58);
}

@media screen and (max-width: 849px) {
	.sa-element-icons {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.sa-element-icons .icon img {
		width: 180px;
		height: 180px;
	}

	.sa-element-icons .text {
		margin-top: 20px;
		font-size: 24px;
	}
}

@media screen and (max-width: 549px) {
	.sa-element-icons .icon img {
		width: 100%;
		height: auto;
	}

	.sa-element-icons .text {
		font-size: 20px;
	}
}

@media screen and (max-width: 399px) {
	.sa-element-icons .sa-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sa-element-icons .sa-col + .sa-col {
		margin-top: 30px;
	}

	.sa-element-icons .icon img {
		width: 180px;
		height: 180px;
	}
}
