.system-main {
    overflow: hidden;
    background-color: #444;
    color: #fff;
    padding: 0 4%;
    position: absolute;
    top: 0;
    left: 0;

    p {
        font-size: 52px;
        line-height: 60px;

        &:first-of-type {
            padding-top: 90px;
        }
    }
}