@media only screen and (min-width: 320px) and (max-width: 767px) {
    /* .cd-half-block:nth-of-type(1) {
        height: 100vh !important;
        width: 100% !important;
    }
    .cd-half-block:nth-of-type(2) {
        height: 100vh !important;
        width: 100% !important;
    } */
    .about-us-owner {
        flex-flow: column;
    }
}

.page-header-tagline {
    background-color: rgba(0.5, 0.5, 0.5, 0.3);
}