.about-img {
	position: relative;
	margin: 0 35px 0 -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	.about-img {
		margin: 0 35px 0 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img {
		margin: 0 30px 0 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.about-img {
		margin: 0 0px 0 0px;
	}
}

.about-img img {
	width: 100%;
}

.about-img .offer-wrap {
	position: absolute;
	top: 1.2%;
	left: 30px;
}

.about-img .offer-wrap img {
	width: 146px;
	-webkit-animation: rotateIt 10s linear infinite;
	animation: rotateIt 10s linear infinite;
}
@media only screen and (max-width: 767px) {
	.about-img .offer-wrap img {
    width: 120px;
  }
}
.about-img .offer-wrap h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	margin: 0;
	white-space: pre-line;
	color: #ffffff;
}