		.conf-intro{
			background:#fff url(images/conf2023-AIE_3153-scaled.jpg) 0 -523px no-repeat;
			/* background:#fff url(healthexpert.png) 99% 65% no-repeat; */
			background-size:120%;
			height:520px;
			margin:0;
		}
		.conf-intro1{
			float:right;
			width:55%;
			margin:80px 0 0;
			padding-right:90px
		}
/*
		.conf-h1{
			padding:28px 10px 0px 0px;
			text-shadow: 1px 1px 2px #000000;
			color: #fff;
			margin:0;
			font-family: "Rokkitt", serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			font-size: 60px;
			line-height: 55px;
		}
*/
		.conf-summary{
			font-family: __saans_cd5095, arial;
			color:#fff;
			font-size:18px;
			margin:0;
			font-weight:200;
			line-height:25px;
		}
		.conf-summary p{
		}
		.conf-item{
    			border: 1px solid transparent;
			border-bottom:1px dotted #c5c5c5;
    			background-color:#fff;
			border-radius:10px;
			width:100%;
			max-width:800px;
			padding:10px;
			font-family:__saans_cd5095, arial;
			margin:10px auto; 
			box-sizing: border-box;		
			/* color:#818181; */
		}
		.area{
			padding: 0px;
			width: 98%;
			margin: 0 auto 25px;
			border-radius: 11px;
			overflow: hidden;
			/* background-color:#47930d21; */
		}
		.conf{
			display:flex;
			flex-wrap:wrap;
			justify-content: space-between;
			margin:0 auto;
			width:800px;
		}
		.thumbnail{
			margin: 0 auto 20px;
			width: fit-content;
			float:left;
			box-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
			border:1px solid #777;
			border-radius:8px;
			overflow:hidden;
    		}
		.thumbnail img{
			opacity:.75;
			width:300px;
		}
		.conf-item:hover .thumbnail img{
			opacity:1;
		}
		.conf-details{
			padding:10px;
			float:left;
			width:437px;
		}
		.conf-details h2{
			margin:0;
			font-size:21px;
			color:#000;
		}
		.conf-details .venue{
			font-size:16px;
		}
		.conf-details .date{
			font-size:16px;
		}
		.btn-conf{
			float:right;
			background:#f00;
		}
