.moderators h2 a {color: #fff;}
.sponsors-box img {max-width: 300px; max-height: 120px;}
.gall {display: grid; grid-template-columns: repeat(4, 1fr);}
@media (max-width: 768px) {
.gall {grid-template-columns: repeat(2, 1fr);}
}
textarea {width: 100%; padding: 10px;}
.speakers > div h4 {white-space: nowrap;}
.speakers > div p {font-size: 12px; line-height: 16px;}
.gap {display:flex; align-items: center; gap: 30px;}