.introduction__movie:not(:has(+ .introduction__point__lead)) {
    margin-bottom: 74px;
}

@media (min-width: 769px) {
    .introduction__movie:not(:has(+ .introduction__point__lead)) {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .introduction__movie:not(:has(+ .introduction__point__lead)) {
        margin-bottom: calc(5% + 50px);
    }
}

.new_formatted .introduction__movie:not(:has(+ .introduction__point__lead)) {
    margin-bottom: calc(4% + 50px);
}

.introduction__movie.with_disruptor {
    margin-bottom: 0;
    position: relative;
}

.introduction__movie.with_disruptor .productPageMyWashletLink {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: auto;
}
