.date_one { 	width: 98%; max-width: 1200px; margin:0 auto;}
.dates { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; }
    .date-card { background:#f5f9fc; padding:20px; border-left:5px solid #1c6ea4; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
    .date-card strong { display:block; color:#0b3c5d; }
	
	
	.wel_wce_ab {	
	float:left;
	width:100%;
}
.wel_wce_ab h1 {
	font-size:30px;
	float:left;
	color:#033d6c;
 font-family: "IBM Plex Sans", sans-serif;
font-weight:700;
  width:100%;
  text-align:left;
	padding:0 0 1% 0;
	margin:0;
 }
  .wel_wce_ab p {
  float:left;
	font-size:20px;
	color:#000000;
 font-family: "IBM Plex Sans", sans-serif;
  width:100%;
	padding:5px 0 0 0;
	text-align:justify;
	font-weight:400;
	line-height:27px;
 }