body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

.section-title {

	color: #352961;
	margin-bottom: 1.8rem;
	font-weight: 700;
	max-width: 450px;
}

.image-absolute-box {
	position: relative;
}
.image-absolute-box .box {
	position: absolute;
	background: #352961;
	padding: 30px;
	max-width: 300px;
	right: -20%;
}
 @media (max-width: 991.98px) {
 .image-absolute-box .box {
 top: auto;
 right: auto;
 position: relative;
 width: 100%;
 max-width: 100%;
}
}
.image-absolute-box .box .icon-wrap {
	color: #fff;
	margin-bottom: 1.5rem;
}
.image-absolute-box .box .icon-wrap span {
	font-size: 2rem;
}
.image-absolute-box .box h3 {
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1.5rem;
}
.image-absolute-box .box p {
	color: rgba(255, 255, 255, 0.55);
}
