.housereform{
      display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    max-width: 890px;
    margin: 0 auto;
    background: #fff;
}
.housereformimg {
    width: 58%;
}
.housereformtext {
    width: 40%;
    padding-left: 20px;
}
a.househref:hover{
    color: grey;
}
a.househref {
    color: #000;
    outline: 0;
    text-decoration: none;
}
.m-box-showroom-03 .m-box-showroom_hdg {
    z-index: 10;
}
.glb-header:not(.glb-header__top) + .glb-mainWrapper {
    background: #e3f5fa;
    padding-bottom: 60px;
}
.ts-h1-01 {
    font-size: 3.0rem;
    background: #e3f5fa;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
.ts-mv-01 .ts-mv_content {
    background-color: #e3f5fa;
}
.ts-mv-01 .ts-mv_container {
    flex-direction: column;
    align-items: auto;
    background-color: #e3f5fa;
}
.housereformtext {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
}
.housereformimg {
    width: 100%; 
}
.m-nav-breadcrumb {
    overflow-x: unset
}
}