.responsiveImage .img img {
    max-width: 100%;
    height: auto;
}

.responsiveImage .responsiveImage__roundedImage img {
    border-radius: var(--rounded-2xl);
}
