@media (max-width: 1130px) {
	.wrap-7 img {
		max-width: 400px !important;
    	max-height: 400px !important;
	}
}

@media (max-width: 925px) {
	.wrap7Inner {
		flex-wrap: wrap;
		padding-top: 250px !important;
	}
	.wrap-7 h3 {
		position: absolute;
		top: 65px;
		width: 230px;
		font-size: 35px !important;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.wrap-7 img {
    	max-width: 284px !important;
    	max-height: 284px !important;
	}
}