.jm-responsive-image {
    width: 100%;
    max-width: 920px;
    margin: 2.5rem auto;
    text-align: center;
}

.jm-responsive-image picture,
.jm-responsive-image img {
    display: block;
    width: 100%;
}

.jm-responsive-image img {
    height: auto;
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(10, 26, 47, 0.16);
}

.jm-responsive-image figcaption {
    max-width: 760px;
    margin: 0.85rem auto 0;
    color: #667085;
    font-size: 0.94rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .jm-responsive-image {
        max-width: 100%;
        margin: 2rem auto;
        padding: 0;
    }

    .jm-responsive-image img {
        border-radius: 6px;
    }

    .jm-responsive-image figcaption {
        padding: 0 0.5rem;
        font-size: 0.9rem;
    }
}
