.topic-image-text {
    padding: var(--padding-y) var(--padding-x);
}

.topic-image-text--image-wrapper:only-child img {
    border-radius: 1.5rem;
}

.topic-image-text--image-wrapper {
    display: flex;
    justify-content: center;
}

/* Spacings */

.topic-image-text:not(.beige):not(.blue):not(.darkBlue):has(+.topic-title-text:not(.beige):not(.blue):not(.darkBlue)),
.topic-image-text:not(.beige):not(.blue):not(.darkBlue):has(+.component-title-sliding-images-texts:not(.beige):not(.blue):not(.darkBlue)) {
    padding-bottom: unset;
}