.ryk-card {
  background-color: #F9F9F9;
  border: solid 1px #0857c3;
}

.card-header {
  display: flex;
  justify-content: space-between;
}

.accordion-header {
  color: #0857c3;
  font-weight: 600;
  font-size: large;
  display: flex;
  justify-content: space-between;
  margin: 1rem;
}
.accordion-header:hover {
  cursor: pointer;
}

.image-caption figure {
  margin: 0;
}
.image-caption img {
  border-radius: 1rem;
}
.image-caption figcaption {
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
}