    .wistia-carousel h3 {
        color: inherit;
        align-self: center;
        margin-top: 3rem;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    @media only screen and (min-width: 560px) {
        .wistia-carousel {
            height: 30vw;
        }

        @media only screen and (max-width: 1025px) {
            .wistia-carousel {
                margin-bottom: 7rem;
            }
        }
    }