.block__plans {
    background-color: #ededed;
}
.block-title {
    font-size: 4.6em !important;
}
.block-description {
    font-size: 1.8em !important;
}
.block__product .block-description {
    color: #000;
}
.block__easy {
    background-color: #212121;
}
.block__easy_0 {
    padding: 0;
}
.block__easy_0 {
    background-image: url('../sorapublic_img/mahmud.jpg');
}
.block__easy .block-title, .block__easy_0 .block-title {
    color: #fff;
}
.block__easy li:last-child {
    list-style-type: none;
    left: 26px;
    position: absolute;
}
.block__easy li:last-child:before {
    content: '*';
    letter-spacing: -5px;
}
.block__easy ul {
    font-size: 1.8rem;
    color: #fff;
}
.block__easy .menu-item {
    padding: 8px 0;
}
.app-navbar {
    max-width: 100%;
    background-color: #212121;
    padding-left: 4em;
    padding-right: 4em;
    position: fixed;
}
.block-fill-height {
    height: 100vh;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    font-size: 28px;
}
.el-w-padd {
    padding-bottom: 80px;
}
.mini-footer {
    background-color: #212121;
    height: 60px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.arrow__down {
    font-size: 70px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 48%;
}

@media only screen and (min-width: 120.063em) {
    .block__easy ul {
        max-width: 80%;
    }
    .block__easy li:last-child {
        left: 120px;
    }
}
@media only screen and (max-width: 768px) {
    .app-graph {
        visibility: hidden;
    }
    .arrow__down {
        left: 43%;
    }
    .block__easy ul {
        font-size: 1.2em;
    }
    .block-title {
        font-size: 2.6em !important;
    }
    .block-description {
        font-size: 1.2em !important;
    }
}