.qm--works-content {
    width: 100%;
    z-index: 1;
    padding: 14% 0;
    position: relative;
    background: #8562e9;
    margin-bottom: 100px;
}

.qm--works-content:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
    background: url(../img/dots.png) center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}


.qm--works-steps {
    width: 100%;
    font-size: 0;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
}

.qm--works-steps .qm--works-step {
    width: 100%;
    z-index: 1;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 50px;

}

.qm--demo-title {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Nunito-Bold';
}

.qw--works-entry .qm--works-title {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.056px;
    font-family: 'Nunito-Bold';
}

.qm--works-step .qm--works-step-entry {
    width: 75px;
    height: 75px;
    margin: auto;
    color: #727CF5;
    font-size: 23px;
    line-height: 75px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.qm--works-step .qm--works-step-inner-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
    padding: 0 5px;
    letter-spacing: 0.056px;
    font-family: 'Nunito-Bold';
}

.qm--works-video iframe {
    max-width: 292px;
    width: 100%;
    height: 164px;
}


@media screen and (min-width: 480px) {
    .qm--works-steps .qm--works-step {
        width: 33.3%;
        margin-bottom: 65px;
    }

    .qm--works-steps .qm--works-step:nth-child(4),
    .qm--works-steps .qm--works-step:nth-child(5) {
        width: 50%;
    }

    .qm--works-steps .qm--works-step:after {
        content: "";
        width: 100%;
        height: 1px;
        z-index: -1;
        top: 36px;
        position: absolute;
        display: inline-block;
        background: url("../img/Line.png");
    }

    .qm--works-steps .qm--works-step:first-child:after {
        left: 50%;
    }

    .qm--works-steps .qm--works-step:last-child:after {
        display: none;
    }

    .qm--works-steps .qm--works-step:nth-child(3):after {
        right: 50%;
    }

    .qm--works-content:before {
        background: url(../img/dots.png) no-repeat right;
    }

    .qm--works-video iframe {
        max-width: 434px;
        height: 244px;
    }
}

@media screen and (min-width: 768px) {
    .qm--works-video iframe {
        max-width: 500px;
        height: 282px;
    }
}

@media screen and (min-width: 1024px) {
    .qm--works-steps .qm--works-step {
        width: 20%;
        z-index: 1;
        margin-bottom: 0px;
        display: inline-block;
        position: relative;
        vertical-align: top;

    }

    .qm--works-steps .qm--works-step:nth-child(3):after {
        right: unset;
    }

    .qm--works-steps .qm--works-step:nth-child(4),
    .qm--works-steps .qm--works-step:nth-child(5) {
        width: 20%;
    }

    .qm--works-content {
        /*padding: 15% 0 15%;
        clip-path: polygon(0 35%, 100% 0, 100% 79%, 0 100%);*/
        padding: 22% 0 25%;
        clip-path: polygon(0 30%, 100% 0, 100% 67%, 0 100%);
        margin-bottom: 0px;
    }

    .qm--works-video iframe {
        max-width: 440px;
        height: 248px;
    }
}

@media screen and (min-width: 1260px) {
    .qm--works-content {
        padding-top: 18%;
    }

    .qm--works-video iframe {
        max-width: 560px;
        height: 315px;
    }
}