body {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    display: block;
    width: 100vw;
    max-width: 100vw;
    background-color: #000000;
    background-image:   url("backgrounds/all-back-1.svg"),
                        url("backgrounds/all-back-2.svg"),
                        url("backgrounds/all-back-3.svg"),
                        url("backgrounds/cc-back-1.svg");

    background-position:    left 8vw,
                            left 8vw ,
                            left 65vw ,
                            right 90vw;
    background-repeat: no-repeat;
    background-size:    cover,
                        auto 145.347vw,
                        cover,
                        auto 114.306vw;
}

.h1{
    top: 7vw;
    position: absolute;
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 15.96vw;
    left:-7.98vw
}
.h2{
    top: 14.91vw;
    left: 17.07vw
}
.h3{
    position: absolute;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.26vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%; /* 133.333% */
    width: 32.62vw;

    left: 17.08vw;
    top: 23.24vw;
}

.course-line-slide-3
{
    width: 1vw;
    position: absolute;
    left:48vw;
    top: 10vw;
}

.main-slide-3 {
    position: absolute;
    top: 15vw;
    height: 85.12vw;
}

.name-1-main-slide-3,
.name-main-slide-4 {
    position: absolute;
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: normal;
}

.name-1-main-slide-3 {
    top: 0;
    left: 39.44vw;
    width: 23vw;
}

.line-cards-main-slide-3 {
    position: absolute;
    left: 5.39vw;
    height: 0;
    width: 0;
}