.about-set {
		left: 12%;
	}

	.about-contain-img:after {
		position: absolute;
		content: '';
		border: 10px solid var(--mantis);
		width: 65%;
		height: -webkit-fill-available;
		left: 50px;
		top: -50px;
		bottom: 50px;
		z-index: -1;
		transition: all 2s ease;
	}

	.about-contain-img:hover:after {
		border: 10px solid #e5e5e5;
	}

	img.w-60 {
		width: 63% !important;
		border: 10px solid #e5e5e5;
		transition: all 2s ease;
	}

	.about-contain-img:hover img,
	img.w-60:hover {
		border-color: var(--mantis);
	}

}
