.hero {
    background: url('/img/section_o_proecte.jpg') no-repeat center top / cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section_after_registrtaion {
    margin-top: 60px;
}

.section_after_registrtaion .section__title h2{
    color: #3D7CF6;
}

.section_skver_desc{
    background: url('/img/section_o_projecte_bottom.jpg') no-repeat center top / cover;
}


.header .nav .menu_item:hover a{
    color: #fff;
}

.header_bg .nav .menu_item:hover a{
    color: #fff;
}

@media (max-width: 992px) {
    .section_after_registrtaion {
        margin-top: 0;
    }
}