.owocni_stage {
    width: 50%;
    position: relative;
    margin-top: 7vw;
    padding-right: 150px;

    transform: translateX(5.6vw);
}

.owocni_stage.right {

    margin-left: 50%;
}

.owocni_stage h4 {
    font-size: 3vw !important;
    line-height: 1 !important;
    color: var(--stage-color);
}

.owocni_stage p {
    font-size: 1.5vw !important;
    line-height: 1.7 !important;
    margin-top: 1.2vw;
}

.owocni_stage .number {
    position: absolute;
    font-size: 17vw !important;
    opacity: 0.2;
    text-align: left;
    font-weight: 900;
    z-index: -1;
    top: -12.1vw;
    transform: translate(-4vw, -4.1vw);

}

@media (max-width: 1000px) {
    .owocni_stage {
        width: 100%;

        margin-top: 25vw;
        padding-right: 0px;

    }

    .owocni_stage .number {

        font-size: 25vw !important;
        top: -6.1vw;
        transform: translate(-4vw, -4.1vw);

    }

    .owocni_stage h4 {
        font-size: 6vw !important;
    }

    .owocni_stage p {
        font-size: 16px !important;
        margin-top: 4vw;
    }

    .owocni_stage.right {

        margin-left: 0%;
    }
}