.separator_white {
    position: relative;
    text-align: center;
    width: 100%;
    height: 20px;
    background: url(https://mahjoubweb.com/wp-content/uploads/2019/06/mahjoub-web-developpeur-web-maroc-white.png) center center no-repeat;
    top: 10px;
}
.separator_black {
    position: relative;
    text-align: center;
    width: 100%;
    height: 20px;
    background: url(https://mahjoubweb.com/wp-content/uploads/2019/06/mahjoub-web-developpeur-web-maroc-black.png) center center no-repeat;
    top: -20px;
    margin-bottom: 15px;
}
.mh_title{
    color : rgb(38 0 137) !important;

}