/*
 * The source is 336×396 px. The theme animation applies scale(1.2), producing
 * a 403×475 px bitmap and pushing it outside the mobile column. Keep the image
 * at its native size and centre it inside the existing block.
 */
.home1-about-section .about-right-img {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.home1-about-section .about-right-img img[src*="/reestr4."] {
	display: block;
	width: 336px !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	transform: none !important;
	translate: none !important;
	scale: none !important;
	object-fit: contain;
	object-position: center;
	image-rendering: auto;
}

@media (max-width: 576px) {
	.home1-about-section .about-right-img {
		padding-inline: 15px;
	}
}
