.threesColumn {
	padding-top: 70px;
	padding-bottom: 80px;
}
.bgGrey {
background-color: #F2F7F3;
padding: 80px 0;
}
.threesColumn .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;
	text-align: center;
	position: relative;
	margin: 0;
}
.threesColumn .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}
.threesColumn .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;
	text-align: center;

}
.threesColumn .paragraph_content p , .threesColumn .paragraph_content  li a{
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #808080;
	margin: 0 !important;	
	padding-top: 5px;
}	

.threesColumn .paragraph_content a{
	color: #68FC96 !important;
}
.threesColumn .paragraph_content  a:hover , .threesColumn .paragraph_content  a:focus {
	text-decoration: underline;
}
.threesColumn .paragraph_content ul, .threesColumn .paragraph_content ol {
	padding-left: 20px;
	margin: 0;
}



h4.serviceSubTitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #232D39;

}

.threesColumn .serviceTitle {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #232D39;
	padding-top: 15px;
	padding-bottom: 5px;
	margin:0;
}
.threesColumn .serviceList{
	padding-top: 40px;
}
.threesColumn .box_border {
	border: 1px solid #F0F0F0;
}
.threesColumn .border_radius {
	border-radius: 30px;
}
.threesColumn .serviceList {	
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	/*gap: 31px;*/
	
	row-gap: 20px;
	flex-wrap: wrap;
}
.threesColumn .singleService {
	/*flex: 1 0 auto;
	max-width: 28%;*/
	
	flex: 0 0 367px;
	max-width: 367px;
	
	padding: 20px;
	background: #ffffff;
}
img.serviceLogo {
    border-radius: 12px;
    background: #F5FAF6;
    padding: 12px;
    height: 36px;
    width: 36px;
    object-fit: contain;
    
}

.threesColumn   .singleService.box_border.border_radius img {
    border-radius: 12px;
    background: #F5FAF6;
    padding: 12px;
    height: 36px;
    width: 36px;
    object-fit: contain;
}
.title_paragraph p {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	margin : 0 auto !important;
	padding-top: 10px;
	max-width: 738px;
	color: #808080;
}
.threesColumn .title_paragraph.font16 p{
	font-size: 16px;
	line-height: 26px;
	max-width: 745px;
	
}
.threesColumn .title_paragraph.font16 {
	margin-bottom: 40px;
}
.threesColumn .text-buttons .btnPrimary i{
	 transform: rotate(-45deg);
	 transition: transform 0.3s ease;
	 margin-left: 7px;
}

.threesColumn .text-buttons a:hover {
	  background: transparent;
	  border: 1px solid #000000;
	  color: #000000;
}
.threesColumn .text-buttons a:hover i {
  	transform: rotate(0deg);
}
.threesColumn .text-buttons .btnPrimary {
 	color:#202A34 !important;
 }
.threesColumn .text-buttons a {
	padding: 13px 10px;
	transition: all 0.3s ease;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	border-radius: 100px;
 	border: 1px solid #fff;
 	display: inline-flex;
 	 background: #68FC96;
	  border: 1px solid #68FC96;
	
}
.threesColumn .text-buttons  {
  margin-top: 15px;
  }
section.threesColumn.no-services {
    padding-bottom: 0 !important;
}
section.threesColumn.no-services .serviceList {
	display: none;
}

section#my-approach {
    scroll-margin-top:40px;
}
@media (min-width: 1025px) and (max-width: 1215px) {

/*.singleService{
	max-width: 25% !important;
}*/

.singleService {
    flex: 0 0 269px !important;
    max-width: 269px !important;
}
.threesColumn .serviceList{
	gap: 0px
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.serviceTitle {
	line-height: 1.2 !important;
}
.threesColumn .singleService {
    max-width: 42% !important;
    flex: 0 0 42%;
}
.threesColumn .serviceList{
	gap: 25px
}
.title_paragraph p br {
	display: none;
}
}
@media (max-width: 767px) {
.threesColumn .title_paragraph.font16 {
	margin-bottom: 0px !important;
}
.title_paragraph p {
	font-size: 16px !important;
	line-height: 26px !important;
	max-width: 100%;
}
.threesColumn .Page_title {
    margin-bottom: 15px;
}
.title_paragraph p br {
	display: none;
}
.title_paragraph
 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-id-23 .title_paragraph p , .page-id-19 .title_paragraph p   {
    padding-top: 0;
}
.bgGrey {
	padding: 50px 0;
}
.threesColumn .singleService {
	max-width: 100%;
	flex: 0 0 100%;
	
}
.threesColumn .serviceList {
	flex-direction: column;
}
.threesColumn{
	padding-top: 50px;
	padding-bottom: 50px;
}
.threesColumn .paragraph_content p , .title_paragraph p{
	max-width: 100%;
}
.serviceList{
		padding-top: 25px !important;
	}
	.threesColumn .serviceList {
		row-gap: 25px !important;
	}
}
