.title-module-wrap .re-heading {
    /*color: #025392;*/
    margin: 0 0 0 52.5%;
    text-transform: lowercase;
}

.title-module-wrap .re-heading b {
    /*background-color: #025392;*/  /* Optional */
    /*background-image: url(/wp/wp-content/themes/oshin_child/img/accents/imagine.sq.jpg);*/
    /*border-color: #025392;*/
    margin-left: -1.6em;
}



/*  MOBILE
    Single column layout
*/
@media only screen and (max-width: 767px) {

    .title-module-wrap .re-heading {
        font-size: 26px;
        margin-left: 50%;
    }

    .title-module-wrap .be-wrap {
        max-width: initial;
    }

    /* Hero */
    .oshin_child .hero-section-wrap {
        height: 25vh !important;
        background-size: auto 100% !important;
    }

    /* Hides the empty left content column on mobile */
/*    .oshin_child #page-content .one-half.column-block:first-of-type {
        display: none;
    }*/

    /* Back to top - semi-transparent */
    #back-to-top.layout-wide {
        background: rgba(192, 199, 200, 0.5) !important;
    }
}

@media only screen and (max-width: 959px) {
    /* Hides the empty left content column on mobile */
    .oshin_child #page-content .one-half.column-block:first-of-type {
        display: none;
    }
}

/* MOBILE 320 - Small phone */
@media only screen and (max-width: 320px) {
    .title-module-wrap .re-heading {
        font-size: 20px;
    }
}
