.rich-text-custom .bordered-image {
    border: 5px solid #f3f3f3;
    border-radius: 47.5756px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
}

.rich-text-custom .bordered-image img {
    width: 100%;
    height: 100%;
}

.rich-text__wrapper {
    width: 100%;
}