.about-images,
.image-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	margin: auto
}

.about-1 .about-images .image-1 {
	height: auto;
	border-radius: 20px;
	width: 600px;
}

.service-2 .service-inner .service-items .signle-service-item .title h3 {
	color: #5ac2fc;
	font-size: 20px;
}

.service-2 .service-inner .service-items .signle-service-item p {
	color: rgb(69 69 69 / 75%);
}

.icon img {
	width: 50px
}

.service-2 .service-inner {
	padding-bottom: 0;
}

@media(width<=1300px) {
	.about-1 .about-images .image-1 {
		width: 520px;
	}
}

@media(width<=768px) {
	.about-images, .image-1 {
		width: auto;
	}
}

@media(width<=576px) {
	.offcanvas__logo {
		width: 200px;
	}

	.offcanvas__wrapper .offcanvas__content .offcanvas__close {
		line-height: 50px;
	}
}


.service-wrapper img {
	width: 100%;
	height: auto;

}

.service-wrapper .image {
	margin: auto;
}