/* your styles go here */
/* Example site test */

:root {
  --primary-accent: #053c79;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.speakers {
	margin: auto;
	display: flex;
}

.speakers > div {
	margin-left: 3em;
	margin-right: 3em;
}

.speakers p {
	text-align: left;
}

.speakers img {
  width: 300px;
  border-radius: 30px;
  margin-left: 10px;
}

.speakers .position {
	text-align: center;
	font-weight: bold;
}

.team-section {
  padding: 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.team-member {
  text-align: center;
}

.team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
