.main_top_back{
    background-image: url(/img/banner-2.jpg);
    background-repeat: repeat;
    border: 1px solid #f6ab36;
    border-width: 0 0 5px!important;
    background-position: 0 center!important;
    padding: 150px 0;
    position: relative;
}

.background-overlay{
    position: absolute;
    background:rgba(18,18,18, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_top_back__list{
    margin-top: 30px;
}
