section.md-services-secton {
    background: #fff;
	padding:80px 0 40px;
}
h2.md-services-title.section-title{
	margin-bottom:20px;
}
.md-services-all-holder {
    display: flex;
    flex-wrap: wrap;
}
img.md-services-image {
    height: 100%;
    object-fit: cover;
}
p.md-services-subtitle {
    font-size:18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #222222;
	margin-bottom:42px;
}
h3.md-single-service-title {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    text-align: left;
    margin-bottom: 15px;
	text-transform:uppercase;
}
h3.md-single-service-title span {
    color: #C8362C;
}

img.md-services-before-title {
    height: 60px;
    min-width: 60px;
}
.md-services-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
	flex-direction:column;
}
p.md-single-service-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222222;
    margin-bottom: 15px;
}
a.md-single-service-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #C8362C;
}
.md-services-box:first-child {
    margin-bottom: 40px;
}
@media screen and (min-width:768px){
	section.md-services-secton {
    background: #fff;
    padding: 90px 0 120px;
}
	h2.md-services-title.section-title {
    margin-bottom: 20px;
}
		p.md-services-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}
	img.md-services-before-title {
    height: 83px;
    min-width: 83px;
}
	.md-services-box {
    gap: 30px;
}
	h3.md-single-service-title{
		font-size:33px;
	}
	p.md-single-service-text {
    font-size: 18px;
    line-height: 30px;
}

.md-services-box {
	flex-direction:row;
}
}
@media screen and (min-width:992px){
	section.md-services-secton {
    padding: 90px 0 120px;
}
	h2.md-services-title.section-title {
    margin-bottom: 25px;
}
	p.md-services-subtitle{
		margin-bottom:35px;
	}
	
	h2.md-services-title.section-title {
    margin-bottom: 30px;
}
		p.md-services-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}
	img.md-services-image {
    height: 720px;
    object-fit: cover;
    width: 100%;
}
	img.md-services-image {
    height: 750px;
}
}
@media screen and (min-width:1200px){
	h2.md-services-title.section-title {
    margin-bottom: 20px;
}
	section.md-services-secton {
    padding: 100px 0;
}
	h2.md-services-title.section-title {
    margin-bottom: 30px;
}
	p.md-services-subtitle{
		margin-bottom:45px;
	}
	

	img.md-services-image {
    height: 640px;
}
}
@media screen and (min-width:1400px){
	img.md-services-image {
    height:620px;
}
}
@media screen and (min-width:1500px){
	section.md-services-secton {
    padding: 140px 0;
}
	p.md-services-subtitle{
		font-size:20px;
		line-height:32px;
		margin-bottom:60px;
		max-width: 600px;
	}
		img.md-services-image {
    height: 615px;
}
	h2.md-services-title.section-title {
    margin-bottom: 40px;
}
}
@media screen and (min-width:1700px){
	section.md-services-secton {
    padding: 160px 0;
}
	h2.md-services-title.section-title {
    margin-bottom: 20px;
}
	p.md-services-subtitle {
    font-size: 24px;
    line-height: 38px;
}
	img.md-services-image {
    height: 650px;
}
}
@media screen and (max-width:991px){
	.md-servies-holder {
    margin-bottom: 40px;
}
	img.md-services-image{
		width:100%;
	}
}
@media screen and (max-width:767px){
	.md-services-all-holder .md-services-left-holder,.md-services-all-holder .md-services-right-holder{
    padding-left: 0;
    padding-right: 0;
}
	img.md-services-before-title {
    height: 60px;
    min-width: 60px;
}
/* 	img.md-services-image {
		object-fit: contain!important;
} */
}