@media screen and (min-width: 960px){
    .homeshophouse{
        border-right: 0.5px solid rgb(219, 214, 214);
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .homeshophouse{
        border-right: 0.5px solid rgb(219, 214, 214);
    }
}
@media screen and (max-width: 759px){

}
.menupage a{
    text-decoration: none;
}
h1{
    font-size: 22px;
    text-align: center;
    color: #0B3050;
    font-weight: bold;
    text-align: center;
    line-height: 160%;
}
h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    color: #0B3050;
}
figure{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
figure img{
    width: 100%;
}
figcaption{
    text-align: center;
    font-style: italic;
    font-size: 14px;
}
.rowSh{
    display: flex;
    flex-direction: row;
}
.symbolsh{
    font-size: 30px;
    padding-top: 9px;
    padding-left: 9px;
}