.gitc-wrap {
	position: relative;
	padding-bottom: 115px;
}
/*.gitc-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: -1;
	background: linear-gradient(85.24deg, #089DD9 0%, #1C2564 100%);
}*/
.gitc-wrap .bx-shadow {
	background-color: var(--color-white);
	box-shadow: 3px 4px 11.8px rgba(0, 0, 0, 0.15);
}
.gitc-inner {
	padding: 40px 12px 40px 12px;
	height: 100%;
    align-content: center;
}
.gitc-wrap .img-wrap img {
	object-fit: cover;
}
@media (max-width: 1025px) {
	.gitc-wrap {
		padding-bottom: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.gitc-inner {
		padding: 30px 10px;
	}
	.gitc-wrap {
		padding-bottom: 50px;
	}
}