.three-col-mobile {
	padding: 60px 0px 0px 0px;
}
.three-col-mobile .content {
    background-image: url(https://144915620.fs1.hubspotusercontent-eu1.net/hub/144915620/hubfs/New%20Assets%202024/Images/Paper_Bg_Image.png?width=2000&height=720.3290246768507) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 50px 0 0 0;
    border-radius: 20px;
}
.three-col-mobile h2 {
	position: relative;
  margin-bottom: 41px;
}
.three-col-mobile .wrapper {
    max-width: 1320px;
}
.three-col-mobile .main-title h2:after {
	background: url(https://144915620.fs1.hubspotusercontent-eu1.net/hubfs/144915620/Green%20Bar.png);
	content: "";
	display: block;
	height: 13px;
	width: 226px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	margin: 0 auto;

}

.three-col-mobile .cards-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	position: relative;
  margin-top: 60px;
}

.three-col-mobile .cards-container .left-column,
.three-col-mobile .cards-container .middle-column {
	width: 33.33%;
	padding: 0px 15px;
}

.three-col-mobile .cards-container .left-column .col-wrap {
	display: flex;
}

.three-col-mobile .cards-container .left-column .col-wrap .logo {
	max-width: 27px;
	width: 100%;
	margin-right: 20px;
}

.three-col-mobile .cards-container .middle-column .main-image {
	height: 100%:
}

.three-col-mobile .cards-container .middle-column .main-image img{
    bottom: -150px;
    position: absolute;
    margin-top: 100px;
    max-width: 820px !important;
}

@media (max-width: 1250px) {

	.three-col-mobile .cards-container .left-column,
	.three-col-mobile .cards-container .middle-column {
		width: 100%;
    padding: 0;
	}
  
  .three-col-mobile .cards-container .middle-column{
     order: 3;
  }
  
  .three-col-mobile .cards-container .middle-column .main-image img {
    position: relative;
    margin-top: -150px;
    max-width: 820px !important;
  }
  

	.three-col-mobile .cards-container {
     flex-direction: column;
	}

	.three-col-mobile .cards-container .middle-column .main-image {
		position: initial;
	}
}

@media (max-width: 767px) {
  
  .three-col-mobile .cards-container .left-column,
	.three-col-mobile .cards-container .middle-column {
		width: 100%;
    padding: 0;
	}
  
}