.wrap-memagr {
    width: 100%;
    position: relative;
    overflow: auto;
    margin-bottom: 100px;
    color: #65646a;
    background-image: url('../img/bg2.png');
    background-repeat: repeat;
    background-size: contain;
}

.wrap-memagr .container li {
    margin-bottom: 10px;
}

.wrap-memagr .container .main {
    list-style-type: decimal;
    margin-left: 25px;
}

.wrap-memagr .container h2,
.wrap-memagr .container h3 {
    color: #fd4f00;
}

.wrap-memagr .container h3 {
    margin-bottom: 5px;
}

.wrap-memagr .container h2,
.wrap-memagr .container h3 {
    margin-top: 30px;
}

.wrap-memagr .container p {
    color: #65646a;
}

.sub2sub {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .wrap-memagr {
        margin-bottom: 200px;
        background-image: none;
    }
    footer.footer {
        position: relative;
    }
}