	.banner{
		height:600px;
		width: 100%;
		object-fit:fill;
		
		}
		.banner-card{
			position: relative;
		}
		.welc{
			position: absolute;
			top:30%;
			text-align: center;
			padding-left: 20%;
			font-size: 16px;
			font-family: Arial;
			color: yellow;
			box-shadow: 20px 30px 5px rgba(0 0 46 0.2);
		}
		.welc p{
			font-size: 5px;
		}
    	
		