.serviceHelp {
	padding-top: 50px;
	padding-bottom: 70px;
}
 
.serviceHelp .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;
}
.serviceHelp .paragraph_content p , .serviceHelp .paragraph_content ul li ,  .serviceHelp .paragraph_content ol li ,
 .serviceHelp .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;
}	
.serviceHelp .paragraph_content li a {
color: #68FC96 !important;
}
.serviceHelp .paragraph_content  a:hover , .serviceHelp .paragraph_content a:focus {
	color: #68FC96;
	text-decoration: underline;
}
 .serviceHelp .paragraph_content ul  ,  .serviceHelp .paragraph_content ol{
 	margin: 0;
 	padding-left: 20px;
 	
 }
.serviceHelp .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}
.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;
}
.serviceList{
	padding-top: 30px;
}
.serviceHelp .box_border {
	border: 1px solid #F0F0F0;
}
.serviceHelp .border_radius {
	border-radius: 30px;
}
.serviceList {	
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.singleService {
	flex: 1 0 auto;
	max-width: 45%;
	padding: 20px;
	background-color: #ffffff;
}
img.serviceLogo {
    border-radius: 12px;
    background: #F5FAF6;
    padding: 12px;
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.serviceHelp .singleService.box_border.border_radius img {
border-radius: 12px;
    background: #F5FAF6;
    padding: 12px;
    height: 36px;
    width: 36px;
    object-fit: contain;
}
.singleService:hover {
    box-shadow: 0px 0px 32px 0px #00000029;
    border: 1px solid #232D39;
}
@media (min-width: 1025px) and (max-width: 1279px) {

.singleService{
	width: 43%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {

.singleService{
	width: 41%;
}
}
@media (max-width: 767px) {
.singleService {
	max-width: 100%;
	
}
.serviceList {
	flex-direction: column;
	row-gap: 25px;
	padding-top: 25px;
}
.serviceHelp{
	padding-bottom: 50px;
}
}
