.gitc-wrap {
	position: relative;
	padding-bottom: 115px;
}
.gitc-wrap:before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100px;
    z-index: -1;
    background: linear-gradient(90deg, #03D7AF 0%, #0097D9 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;
}
.gitc-wrap .img-wrap img {
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.gitc-inner {
	    padding: 30px 10px;
	}
	.gitc-wrap {
	    padding-bottom: 50px;
	}
}