/* .about-section-two {
	position: relative;
	padding: 120px 0px 90px;
} */
.about-section-two {
	position: relative;
	padding: 50px 0;
}

@media(min-width:980px) {
	.about-section-two {
		position: relative;
		padding: 40px 0;
	}
}

@media(min-width:980px) {
	.about-section-two {
		position: relative;
		padding: 120px 0;
	}
}

.about-section-two .sec-title {
	margin-bottom: 40px;
}

.about-section-two .pattern-layer {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 220px;
	height: 480px;
	background: url('../img/banner/pattern.png') right center no-repeat;
}

.about-section-two .left-column {
	position: relative;
}

.about-section-two .left-column {
	padding: 0 15px;
}

.about-section-two .left-right {
	padding: 0 15px;
}

.about-section-two .left-column .inner {
	position: relative;
}

.about-section-two .left-column .image {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.about-section-two .left-column .image img {
	display: block;
	width: 100%;
}

.about-section-two .left-column .image .over-icon {
	position: absolute;
	bottom: -66px;
	right: -81px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	box-shadow: 0 0 2px #222222;
}

@media(max-width:980px) {
	.about-section-two .left-column .image .over-icon {
		width: 200px;
		height: 200px;
		bottom: 6%;
		right: 0;
		left: 38%;
	}

}

@media(max-width:787px) {
	.about-section-two .left-column .image .over-icon {
		width: 150px;
		height: 150px;
		bottom: 6%;
		right: 0;
		left: 38%;
	}

}

.about-section-two .left-column .image .over-icon img {
	width: 80%;
	margin: auto;
}

.about-section-two .features {
	width: 100%;
}

.features .row {
	gap: 1em;
}

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box {
	position: relative;
	display: block;
	padding: 15px 10px 20px;
	text-align: center;
	color: #222222;
	text-transform: capitalize;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.41);
}

.feature-block .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #4a3d8f;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover:before {
	-ms-transform: scale(1);
	transform: scale(1);
}

.feature-block .icon-box {
	position: relative;
	display: block;
	padding: 15px 0px 0px;
	text-align: center;
	color: #222222;
	font-size: 48px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box {
	color: #f74883;
}

.feature-block .inner-box .title {
	position: relative;
	display: block;
	padding: 18px 0px 0px;
	text-align: center;
	color: #222222;
	line-height: 1.4em;
}

.about-section-two .right-column {
	position: relative;
}

.about-section-two .right-column .inner {
	position: relative;
}

.about-section-two .right-column .image {
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.about-section-two .right-column .image img {
	display: block;
	width: 100%;
}

.about-section-two .right-column h3 {
	color: #222222;
	margin-bottom: 20px;
	font-weight: 700;
}

.about-section-two .right-column .list-style-one {
	position: relative;
	padding-top: 15px;
	margin-left: 30px;
}

.list-about-section li {
	position: relative;
	list-style: none;
}

.list-about-section li:before {
	content: "✔";
	position: absolute;
	left: -20px;
	top: 0;
	font-family: 'Flaticon';
	color: #2672b8;
}

.about-section-two .icon-box img {
	width: 40px;
}

.about-top-title {
	color: var(--primary-400);
	font-size: 18px;
	font-weight: 600;
}

.about-sub-title {
	color: var(--text-dark);
	font-size: clamp(1.75rem, 0.9423rem + 2.6923vw, 2.625rem);
}

.lower-text {
	color: var(--text-gray);
	line-height: 1.5em;
	font-size: clamp(0.9375rem, 0.8221rem + 0.3846vw, 1.0625rem);
	font-weight: 400;
}