.desktop__memory__main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #000000;
}

.desktop__memory__main h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    margin-bottom: 0;
}

.desktop__memory__main h2 {
    margin-bottom: 30px;
}

.desktop__memory__main p {
    text-align: center;
    margin-bottom: 0;
}

.section__1 {
    padding-bottom: 100px;
}

.section__1 img {
    margin: 0 auto;
    display: block;
}

.section__1 h2 {
    font-size: 54px;
    margin-bottom: 0;
}

.section__1 p {
    font-size: 30px;
}

.section__2 {
    background-image: url('./img/pic_1.jpg');
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 100px;
}

.text__background__01 {
    background: rgba(0, 0, 0, .7);
    padding: 50px;
    margin: 0 120px;
}

.section__3 {
    background-image: url('./img/pic_2.jpg');
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 100px;
}

.text__background__02 {
    background: rgba(255, 255, 255, .1);
    padding: 50px;
    margin: 0 120px;
}

.section__4 {
    background-image: url('./img/pic_3.jpg');
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.section__4 h2 {
    margin-top: 50px;
}

.section__4 p {
    padding: 0 160px;
}

.section__5 {
    background-image: url('./img/pic_4.jpg');
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 100px;
}

.section__6 {
    background-image: url('./img/pic_5.jpg');
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 100px;
}

.section__7 h2 {
    margin-top: 50px;
}

.section__7 p {
    padding: 0 160px 50px;
}

.section__8 h2 {
    margin-top: 50px;
}

.section__8 p {
    padding: 0 160px 50px;
}

@media (max-width: 768px) {
    .section__1 h2 {
        font-size: 34px;
    }
    .section__1 p {
        font-size: 20px;
    }
    .section__1 {
        padding-bottom: 40px;
    }
    .text__background__01 {
        padding: 30px;
        margin: 0;
    }
    .text__background__02 {
        padding: 30px;
        margin: 0;
    }
    .section__2 {
        height: 480px;
    }
    .section__3 {
        padding-top: 0;
        height: 480px;
    }
    .section__4 {
        height: 480px;
    }
    .section__4 p {
        padding: 30px;
    }
    .section__5 {
        padding-top: 0px;
        height: 600px;
    }
    .section__6 {
        padding-top: 0;
        height: 480px;
    }
    .section__7 p {
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .section__8 p {
        padding: 0 30px;
        margin-bottom: 50px;
    }
}