.img-logo {
	height: 50px;
}

.service-main-img {
	height: 8rem;
	object-fit: contain;
	object-position: center;
}

.about-img {
	height: 300px;
	object-fit: fill;
	object-position: center
}

.text-justify {
	text-align: justify;
}

.client-img {
	height: 346px;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 768px) {
	.service-main-img {
		height: 3rem;
		object-fit: contain;
		object-position: center;
	}
   
}