.leftColumn .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	margin: 0;
	padding-bottom: 5px;
}
.leftColumn .paragraph_content p, .leftColumn .paragraph_content ul li , .leftColumn .paragraph_content ol li , .leftColumn .paragraph_content  li a{
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #808080;
	padding-top: 5px;
	
	margin: 0;
}
.leftColumn .paragraph_content  li a{
	color: #68FC96 !important;
}
.leftColumn .paragraph_content ul ,.leftColumn .paragraph_content ol {
	padding-left: 20px;
	margin: 0;
}
.leftColumn .paragraph_content  a:hover,.leftColumn .paragraph_content  a:focus {
	text-decoration: underline;
}
.subTitle{
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #68FC96;
	margin: 0 !important;
	padding-bottom: 10px;

}
.pb-30{
	padding-bottom: 30px;
}	
.serviceHelp .border_radius {
	border-radius: 30px;
}
.tcTextImage {
	padding: 80px 0;
	background-color: #F2F7F3;
}
.bg-grey.tcTextImage{
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 0;
}
.rowTextImage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.leftColumn {
	flex:0 0 541px;
	max-width: 541px;
}
.rightColumn {
	flex:0 0 590px;
	max-width: 590px;
}
.text-buttons .btnPrimary i{
	 transform: rotate(-45deg);
	 transition: transform 0.3s ease;
	 margin-left: 7px;
}

.text-buttons a:hover {
	  background: transparent;
	  border: 1px solid #000000;
	  color: #000000;
}
.text-buttons a:hover i {
  	transform: rotate(0deg);
}
.text-buttons .btnPrimary {
 	color:#202A34 !important;
 }
.text-buttons a {
	padding: 0.75rem 1.5rem;
	transition: all 0.3s ease;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	border-radius: 100px;
 	border: 1px solid #fff;
 	display: inline-flex;
 	 background: #68FC96;
	  border: 1px solid #68FC96;
}
.rightColumn img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1170px) { 

	.rightColumn , .leftColumn {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.rowTextImage {
		gap: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) { 
.leftColumn .Page_title {
	line-height: 1.2 !important;
}
}
@media (max-width: 767px) {
	.text-buttons{
		margin-top: 25px;
	}
	.leftColumn , .rightColumn{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.rowTextImage{
		row-gap: 25px;
	}
	
	.rightColumn img {
		width: 100%;
		height: auto;
	}
	.tcTextImage{
		padding: 50px 0;
	}
	.pb-30{
		padding: 0;
	}
	.subTitle{
		font-size: 16px !important;
	}
	.bg-grey.tcTextImage{
		padding-top: 50px;
		padding-bottom:0;
	}
	
}
