.connect-wrap {
	position: relative;
	padding-bottom: 70px;
    z-index: 1;
}
.connect-wrap:before {
    content: '';
    /*position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
    background: linear-gradient(90deg, #03D7AF 0%, #0097D9 100%);*/
}
.connect-wrap .bx-shadow {
    background-color: var(--color-white);
    box-shadow: 3px 4px 11.8px rgba(0, 0, 0, 0.15);
}
.con-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.con-inner .btn-bgwrap{
    margin-left: -20px;
}
.connect-wrap .img-wrap {
	position: relative;
	z-index: 1;
}
.con-inner .sec-info {
    height: 100%;
    padding: 20px 30px;
    align-content: center;
}
.connect-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% - 150px);
    background-image: linear-gradient(to bottom, transparent, #f9f9f9);
    z-index: -1;
}
@media only screen and (max-width: 1200px) {
    .connect-wrap .img-wrap,
    .connect-wrap .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
    .con-inner .btn-bgwrap {
        margin-left: 0;
    }
    .con-inner .sec-info img {
        width: 27px;
    }
}