strong {
    font-weight: 550;
}

em {
    font-weight: 350;
}

h3 {
    margin-top: 2rem;
    font-weight: 550;
    color: black;
}

h6 {
    font-size: 1rem;
    font-weight: 550;
    color:darkslategray;
}
  
figcaption.num {
    text-align: center;
    font-size: .8em;
    color: var(--bs-gray);
    font-style: italic;
}

figure img {
    display: block;
    width: 100vw;
    max-width: 500px;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: -1.25rem
}

.carousel-item {
    transition: 0ms;
}

.carousel-item > img {
    max-width: 500px;
    margin: 0 auto;
}