.about-vis{
	width: 100%;
	max-width: 1400px;
	height: 300px;
	background: url(https://uveventsdxb.com/wp-content/uploads/2023/04/event-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 40px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.about-vis:before{
	content: "";
	width: 100%;
	height: calc(100% + 100px);
	background: linear-gradient(to top, #d8bf74c0, transparent);
	position: absolute;
	z-index: 1;

}
.about-vis .tit{
	color: #FFFFFF;
	font-size: 42px;
	font-family: "Dynalight", Sans-serif;
	z-index: 3;
	padding: 10px;
	text-align: center;
}