.sec-2{
    margin-top: -17px !important;
    background: #007eff url(../img/bg/main_bg.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 20px !important;
}
.sec-2-bottom-art{
    background-image: url(../img/art/art-inside5.png),linear-gradient(to right, #007eff, #007eff);
    transform: scaley(-1);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 100%;
}
.sec-2 .module-title h2{
    font-size: 30px;
        font-weight: bold;
        padding: 5px;
        display: inline-block;
        position: relative;
        font-family: iransans-bb;
        letter-spacing: -0.5px;
        line-height: normal;
        color: #fff;
    }
