
:root, * {
    --bg-feature-osn: hsl(156deg 7.46% 86.86%);
    --color-if42j3pq9: 0, 0, 0;
}
.feature-v3 {
    background-image: linear-gradient(3600deg, var(--bg-feature-osn) 24%, rgba(var(--color-if42j3pq9), 0) 109%);
}

.feature-v3__media-wrapper {
    margin: calc(0px - var(--component-padding));
    padding-top: var(--component-padding);
    margin-bottom: -6px;
}

.feature-v3__media-wrapper>* {
    /*transform: rotate(90deg);*/
    margin-right: 0%;
}

@media(min-width:64rem) {
    .feature-v3 {
        overflow-x: clip
    }

    .feature-v3__media-wrapper {
        height: 620px;
        margin-bottom: 0;
    }

    .feature-v3__media-wrapper>* {
        transform: rotate(0deg);
        position: absolute;
        top: 0;
        height: 100%;
        max-width: none;
        width: auto;
        margin-right: -6%;
    }
}