.growfast-services {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.growfast-services {
		justify-content: center;
	}
}


.growfast-services>div {
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
}

.growfast-services--col5>div {
	width: calc(100% / 5 - ((20px * 4) / 5));
	margin-right: 20px;
}

.growfast-services--col4>div {
	width: calc(100% / 4 - ((20px * 3) / 4));
	margin-right: 20px;
}

.growfast-services--col3>div {
	width: calc(100% / 3 - ((20px * 2) / 3));
	margin-right: 20px;
}

.growfast-services--col2>div {
	width: calc(100% / 2 - ((20px * 1) / 2));
	margin-right: 20px;
}

@media (max-width: 992px) {

	.growfast-services--col4>div,
	.growfast-services--col3>div,
	.growfast-services--col2>div {
		width: calc(100% / 2 - ((20px * 1) / 2));
		margin-right: 20px;
	}
}

@media (max-width: 600px) {

	.growfast-services--col4>div,
	.growfast-services--col3>div,
	.growfast-services--col2>div {
		width: 100% !important;
	}
}

@media (min-width: 993px) {
	.growfast-services--col5>div:nth-child(5n+5) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-services--col5>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-services--col5>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-services--col4>div:nth-child(4n+4) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-services--col4>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-services--col4>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-services--col3>div:nth-child(3n+3) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-services--col3>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-services--col3>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-services--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-services--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-services--col2>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

.growfast-services__item {
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.growfast-services__item_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 600ms cubic-bezier(0.24, 1, 0.30, 1);
	-webkit-transition: all 600ms cubic-bezier(0.24, 1, 0.30, 1);
  {# opacity: 0; #}
  opacity: 0.2;
}

.growfast-services__item__content {
	position: relative;
	z-index: 9;
	display: flex;
	height: 100%;
	min-height: 300px;
}

@media (max-width: 600px) {
	.growfast-services__item__content {
		min-height: auto !important;
	}
}

.growfast-services__item__content__inner {
	display: flex;
	flex-direction: column;
	padding: 3rem 2rem 2rem;
	justify-content: flex-end;
}

.growfast-services__item_bg:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	opacity: 0.8;
	transition: all 400ms cubic-bezier(0.25, 1, 0.2, 1);
}

.growfast-services__item:hover .growfast-services__item_bg {
	opacity: 1;
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.growfast-services__item:hover {
	border-color: transparent;
}


.growfast-services__item__content--icon {
	margin-bottom: 0.75rem;
}

.growfast-services__item__content--icon svg {
	height: 40px;
	width: 40px;
}

.growfast-services__item__content--icon svg path {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-services__item__content--title {
	margin-bottom: 0.75rem;
	line-height: 1.4;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-services__item__content--description {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper {
  opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper:nth-child(2) {
	-webkit-animation-delay: 0.125s;
	animation-delay: 0.125s;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper:nth-child(3) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper:nth-child(4) {
	-webkit-animation-delay: 0.375s;
	animation-delay: 0.375s;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.growfast-services.growfast-element-animation .growfast-services__item__wrapper:nth-child(6) {
	-webkit-animation-delay: 0.625s;
	animation-delay: 0.625s;
}

@media (min-width: 993px) {
	.growfast-services.growfast-element-animation.animated .growfast-services__item__wrapper {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
}

@media (max-width: 992px) {
	.growfast-services.growfast-element-animation .growfast-services__item__wrapper {
		opacity: 1 !important;
	}
}


@media (min-width: 993px) {
	.growfast-services--col2.growfast-services__column-effect--true>div:nth-child(2) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col2.growfast-services__column-effect--true>div:nth-child(4) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col2.growfast-services__column-effect--true>div:nth-child(6) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col2.growfast-services__column-effect--true>div:nth-child(8) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col2.growfast-services__column-effect--true>div:nth-child(10) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col3.growfast-services__column-effect--true>div:nth-child(2) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col3.growfast-services__column-effect--true>div:nth-child(5) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col3.growfast-services__column-effect--true>div:nth-child(8) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col3.growfast-services__column-effect--true>div:nth-child(11) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col3.growfast-services__column-effect--true>div:nth-child(15) .growfast-services__item {
		margin-top: -2rem
	}


	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(2) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(4) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(6) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(8) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(10) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(12) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(14) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col4.growfast-services__column-effect--true>div:nth-child(16) .growfast-services__item {
		margin-top: -2rem
	}


	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(2) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(4) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(7) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(9) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(12) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(14) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(17) .growfast-services__item {
		margin-top: -2rem
	}

	.growfast-services--col5.growfast-services__column-effect--true>div:nth-child(19) .growfast-services__item {
		margin-top: -2rem
	}
}