/* css styles */

img.rounded {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}

h2 {
  margin-top: 2.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid #F4A261;
}

h3 {
  margin-top: 1.5rem;
}

.callout-note {
  border-left-color: #2C7A7B;
}
