h3 {
  font-weight: bold;
  margin: 10px 0 10px 0;
}

p {
  line-height: 1.6 !important;
}

iframe {
  max-width: 100%;
  object-fit: contain;
}

ul.seminar-list {
  list-style: none;
  background-color: #2318150d;
  padding: 10px 30px;
  border-radius: 10px;
  width: fit-content;
}

ul.seminar-list li {
  font-size: 1rem;
  line-height: 2 !important;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.margin-y-md {
  margin-top: 40px;
  margin-bottom: 40px;
}
