.conference-intro {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
}

.organizers-photo-block {
  max-width: 250px;
  text-align: center;
}

.organizers-photo {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.organizers-caption {
  margin-top: 10px;
  font-size: 1em;
  color: #444;
}

.organizers-caption .names {
  font-size: 0.9em;
  color: #666;
}

.conference-welcome {
  flex: 1;
}

.conference-welcome p {
  font-size: 1.2em;
  line-height: 1.6;
}


figcaption {
  font-size: 0.9em;
  margin-top: 8px;
  color: #555;
}
n
.featured-photo {
  text-align: center;
  margin-top: 30px;
}
.featured-photo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.conference-media-block a {
  display: block;
  font-weight: bold;
  color: #004080;
  text-decoration: none;
  font-size: 1em;
}

.conference-media-block a:hover {
  text-decoration: underline;
}

.conference-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  margin-top: 30px;
}

.conference-gallery figure {
  text-align: center;
}

.conference-gallery img {
  max-width: 200px;
}

.conference-gallery figure {
  text-align: center;
}

.conference-gallery img {
  max-width: 200px;
}

img {
  height: auto;
  border-radius: 6px;
}

figure {
  text-align: center;
  margin: 10px 0;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 100%;
  height: auto;
}


figure {
  text-align: center;
  margin: 10px 0;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 100%;
  height: auto;
}

.gallery figure {
  flex: 1 1 300px;
  text-align: center;
}

.conference-intro {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
}

.organizers-photo-block {
  max-width: 250px;
  text-align: center;
}

.organizers-photo {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.organizers-caption {
  margin-top: 10px;
  font-size: 1em;
  color: #444;
}

.organizers-caption .names {
  font-size: 0.9em;
  color: #666;
}

.conference-welcome {
  flex: 1;
}

.conference-welcome p {
  font-size: 1.2em;
  line-height: 1.6;
}


figcaption {
  font-size: 0.9em;
  margin-top: 8px;
  color: #555;
}

.gallery-link {
  text-align: center;
  margin-top: 15px;
}

.featured-photo {
  text-align: center;
  margin-top: 30px;
}
.featured-photo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.conference-media-block a {
  display: block;
  font-weight: bold;
  color: #004080;
  text-decoration: none;
  font-size: 1em;
}

.conference-media-block a:hover {
  text-decoration: underline;
}


.conference-gallery figure {
  text-align: center;
}

.conference-gallery img {
  max-width: 200px;
}


.conference-gallery figure {
  text-align: center;
}

.conference-gallery img {
  max-width: 200px;
}

img {
  height: auto;
  border-radius: 6px;
}

figure {
  text-align: center;
  margin: 10px 0;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 100%;
  height: auto;
}

figure {
  text-align: center;
  margin: 10px 0;
}

.conference-media-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.conference-media-block {
  flex: 1;
  text-align: center;
}

.conference-media-block img {
  max-width: 100%;
  height: auto;
}
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.gallery figure {
  flex: 0 0 300px;
  text-align: center;
  margin: 10px;
}

.gallery img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.program-details {
  margin-top: 15px;
  text-align: left;
}

.program-details ul {
  list-style-type: none;
  padding: 0;
}

.program-details li {
  margin-bottom: 8px;
}

.program-details a {
  color: #004080;
  text-decoration: none;
  font-weight: bold;
}

.program-details a:hover {
  text-decoration: underline;
}
