.section1-services {
	margin-top:58px;
}

.description-others {
	color: #006850;
	font-family: Rajdhaniregular;
    font-weight: 600;
	line-height: 1.7;
    letter-spacing: 1px;
}

.heading-others {
	color: #006850;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: tt_supermolot_neueexpandedBd;
	margin-bottom:55px;
	padding-top: 22px;
}

.services-list {
	color: #006850;
	font-family: rajdhaniregular;
	margin: 35px;
}

.service-name {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.service-name .list-number {
	display: inline-flex;
	width:7%;
	color: #F15B38;
	font-family: rajdhaniregular;
	font-size: 18px;
    margin-right: 2%;
    vertical-align: super;
    font-weight: 600;
}

.service-name .name-s {
	display: inline-flex;
	width:93%;
	color: #006850;
	font-family: rajdhaniregular;
	font-size: 22px;
    font-weight: 600;
}

.for-all-spacing {
	margin:35px;
}


@media screen and (min-width: 1024px) {
	body main .heading-others {
		font-size: 6.0vh;
		letter-spacing: 1px;
	}
	
	main .section1-services {
		margin-left: 128px;
		margin-right: 58px;
	}
	
	.for-all-spacing {
		margin-left: 128px;
		margin-right: 128px;
	}
	
	main .space-l-serv {
		margin-left: 128px;
		margin-right: 128px;
	}
	
	.sec1-others {
		width: 40%;
		margin-right: 4%;
	}
	
	.section1-services .services-list {
		width: 45%;
		margin-top: 40px;
		padding-left:0;
	}
	
	.sec1-others .description-others {
		font-size: 22px;
		width: 80%;
	}
	
	.services-list .service-name .list-number {
		font-size: 20px;
	}

	.services-list .service-name .name-s {
		font-size: 38px;
	}
	
}

@media screen and (min-width: 768px) {
	.for-all-spacing {
		margin:0;
	}
	.section1-services {
		margin:0 35px;
		display: flex;
		margin-bottom: 70px;
	}
	
	.space-l-serv {
		margin-left: 35px;
	}
	
	.sec1-others {
		width: 40%;
		margin-right: 4%;
		margin-top:40px;
	}
	
	.services-list {
		width: 60%;
		margin-top: 40px;
		padding-left: 5%;
	}
	
	.service-name .list-number {
		font-size: 14px;
	}

	.service-name .name-s {
		font-size: 26px;
	}
	
	.description-others {
		font-size: 18px;
	}
	
	main .heading-others {
		font-size: 2.5vh;
	}

}



@media screen and (min-height: 1000px) and (min-width: 1023px) {
	body main .heading-others {
		font-size: 2.5vh;
	}
}