.gallery-reviews-section--kinder .title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.gallery-reviews-section--kinder .title span {
    color: var(--color-blue) !important;
    background-image: none;
}

.gallery-reviews-section--kinder .title:before {
    content: '';
    width: 126rem;
    height: 103rem;
    position: absolute;
    left: 100%;
    bottom: 100%;
    -webkit-transform: translate(-25%, 48%);
        -ms-transform: translate(-25%, 48%);
            transform: translate(-25%, 48%);
    background: url('../../img/kinder/parent_icon.svg') center/contain no-repeat;
    display: none;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .gallery-reviews-section--kinder .title:before {
        display: block;
    }
}
