.inspections-about-us-block { position: relative; padding: 150px 0; }
.inspections-about-us-block h2, .inspections-about-us-block h3, .inspections-about-us-block h4, .inspections-about-us-block p { text-align: center;}
.inspections-about-us-block .about-us-image-wrapper { display: flex; }
.inspections-about-us-block .about-us-image-wrapper div { display: flex; justify-content: center; align-items: center; flex-direction: column;}
.inspections-about-us-block h3 { max-width: 700px; margin: 0 auto;}
.inspections-about-us-block p { padding: 0 24px }
.arc-wrapper {
	position: relative;
	margin-top: -75px;
	pointer-events: none;
}
.box_1, .box_3 {
	top: 35%;
}
.box_2 {
	top: 70%;
	margin-top: 15px;
}
.box_1, .box_2, .box_3 {
	position: absolute;
	width: 33.33%;
	padding: 0 16px;
	gap: 8px;
}
.box_1 {
	position: absolute;
	width: 33.33%;;
}
.box_2 {
	left: 33.33%;
} 
.box_3 {
	left: 66.66%;
} 
@media only screen and (max-width: 1440px) {
        
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 991px) {
.arc-wrapper {
	position: relative;
	margin-top: -35px;
	pointer-events: none;
}
}
@media only screen and (max-width: 900px) {
.fr .arc-wrapper p {
	font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.inspections-about-us-block p { padding: 0; }
	.arc-wrapper {
		margin-top: -0;
	}
	.inspections-about-us-block h3 {
		max-width: 500px;
		font-size: 16px;
	    max-width: 90%;
	}
	.inspections-about-us-block h4 {
	    max-width: 90%;
	}
    .arc-wrapper>img {
        display: none;
    }
    .about-us-image-wrapper {
        flex-direction: column;
    }
    .box_1, .box_2, .box_3 {
        position: relative;
        width: 100%;
        left: 0;
    }
    .box_1 p, .box_2 p, .box_3 p {
		max-width: 450px;
    }
}
@media only screen and (max-width: 575px) {
    
}
@media only screen and (max-width: 400px) {
    
}