.sections {
    position: relative;
    width: 100%;
    min-height: 550px;
}

.sections>.container {
    position: relative;
    width: 1300px;
    margin: auto;
    padding-top: 60px;
    overflow: hidden;
}

.sections>.container .SkyCubeSystem {
    position: absolute;
    visibility: hidden;
}

.sections .left {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 20px;
}

.sections .left img {
    width: 500px;
    transition: .4s;
}

.sections .right {
    float: right;
    width: 50%;
    padding-top: 30px;
    padding-right: 20px;
}

.sections .right h2 {
    color: white;
    font-size: 34px;
    font-family: "Titillium Web";
    transition: .4s;
}

.sections .right p {
    color: white;
    font-size: 18px;
    padding-top: 10px;
    transition: .4s;
}

.sections .right ul {
    color: white;
    font-size: 17px;
    margin-top: 30px;
    transition: .4s;
}

.sections .right ul li {
    margin: 5px 0 5px 0;
}

.sections .right ul li i {
    color: white;
}

.sections .right .info {
    color: white;
    font-size: 14px;
    padding: 8px 40px;
}


/* /////////////////////////////////////////////////////////// */

.winsysview {
    background: linear-gradient(45deg, #0f6fec, #30a3e6);
}

.startup {
    background: linear-gradient(45deg, #0086B3, #0f6fec);
}

.sysinfo {
    background: linear-gradient(45deg, #0086B3, #01a1c5);
}