.about2 .loader {
	padding-top: 36.45%;
	background-position: bottom center;
}
.about2 .info_wrap {
	position: absolute;
	top: 5.5vw; left: 18%;
	color: #fff;
}
.about2 .info_wrap .ourPoolvilla {
	position: relative;
	padding-bottom: 35px;
}
.about2 .info_wrap .ourPoolvilla::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 80px; height: 2px;
	background-color: #fff;
}
.about2 .info_wrap .txt {
	margin-top: 35px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.025em;
	transition-delay: 0.3s;
}



@media ( max-width: 1024px ) {
	.about2 .info_wrap {
		top: 6vw; right: 10vw; left: auto;
	}
	.about2 .info_wrap .ourPoolvilla {
		padding-bottom: 20px;
		font-size: 20px;
	}
	.about2 .info_wrap .ourPoolvilla::after {
		width: 40px; height: 1px;
	}
	.about2 .info_wrap .txt {
		margin-top: 17px;
		font-size: 11px;
		line-height: 16px;
	}
}



@media ( max-width: 767px ) {
	.about2 .loader {
		padding-top: 54%;
	}
	.about2 .info_wrap {
		top: 7vw; right: auto; left: 5vw;
	}
}