
.testimonial__item,
.form-wrapper-custom {
    position: relative !important;
}

.testimonial__item::before,
.form-wrapper-custom::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 46px;
    height: 46px;
    background: url("/img/badges/mockCheck.webp") no-repeat center / contain;
    opacity: .38;
    transform: rotate(-12deg);
    pointer-events: none;
    z-index: 2;
}

.testimonial__item:hover::before,
.form-wrapper-custom:hover::before {
    opacity: .72;
}

.form-wrapper-custom > .section-custom,
.form-wrapper-custom > form > .section-custom {
    position: relative;
    z-index: 3;
}

@media (max-width: 700px) {
    .testimonial__item::before,
    .form-wrapper-custom::before {
        width: 36px;
        height: 36px;
        top: 6px;
        left: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial__item::before,
    .form-wrapper-custom::before {
        transform: none;
    }
}
