.two-column-cta-sec .title-section {
    text-align: center;
    margin-bottom: 50px;
}
.two-column-cta {
    background: linear-gradient(180deg, rgba(237, 238, 239, 0) 23.37%, #EDEEEF 100%);
    padding: 0 80px 80px;
    border-radius: 30px;
}
.two-column-cta .column-left {
    width: 47.5%;
}
.two-column-cta .column-right {
    width: 47.5%;
}
.two-column-cta .img-wraper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 62.5%;
}
.two-column-cta .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.two-column-cta .image-wrape-box {
    position: relative;
}
.two-column-cta .image-wrape-box .btn {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	min-width: 160px;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	width: fit-content;
}
.two-column-cta .img-wraper:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(61, 58, 58, 0.00) 0%, rgba(61, 58, 58, 0.70) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

@media only screen and (max-width:1199px){
    .two-column-cta {
        padding: 0 60px 60px;
    }
}
@media only screen and (max-width:991px){
      .two-column-cta {
        padding: 0 30px 30px;
    }
}
@media only screen and (max-width:767px){
    .two-column-cta .column-left {
        width: 100%;
    }
    .two-column-cta .column-right {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:575px){
  .two-column-cta {
        padding: 0 15px 15px;
    }
}