@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body { font-family: "Inter", serif !important; }
.top_block_with_bg { min-height: 500px; }

.top_block_with_bg .title { text-transform: uppercase;font-size:48px;line-height:42px; }

.header_menu .logo { height: 40px; }

.associationLogo { max-width:30%; margin-right:3%; margin-bottom:20px; }

#speakerCards { margin:0 !important;list-style:none !important;display:grid;gap:20px; grid-template-columns: 1fr; }
#speakerCards li { display:inline-block;background:#fff;padding:20px; }
#speakerCards li:before { content:'';margin-right:0; }
#speakerCards li img { margin-right:20px;margin-bottom:50px;max-width:110px;max-height:110px;float:left; }
.text #speakerCards p { display: inline-block;  width: calc(100% - 130px);  text-align: left; }

.text ul#home_sponsors li::before{ content: ""; display: none; }
#home_sponsors{ display: flex; width:100%; margin:0px 0px 30px 0px!important; align-content: center; gap: 20px; flex-direction: row; }
/* #home_sponsors li{ flex: 1 1 25%; } */
#home_sponsors li img{ height:3rem; margin: 0px auto; }

@media (min-width: 600px) {
	#speakerCards {
		grid-template-columns: repeat(2, 1fr); /* Two columns for wider screens */
	}
}

@media only screen and (max-width: 768px) {
  .title.extra_large {
    font-size: 36px;
    line-height: 32px;
  }
}