.text-with-caption-block {
    text-align: center;
}

.text-with-caption-block .block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-with-caption-block .kicker {
margin-bottom: var(--margin-bottom-m);
}

.text-with-caption-block .heading {
    width: 100%;
}

.text-with-caption-block .image-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* If there is no image, the textarea should breathe under the heading */
.text-with-caption-block .heading + .textarea,
.text-with-caption-block .kicker + .textarea {
    margin-top: var(--gutter);
}

.text-with-caption-block .circular-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}

.text-with-caption-block .textarea {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
