.empty-space-25{
    height:50px;
}
.empty-space-50{
    height:50px;
}
.empty-space-75{
    height:50px;
}
.empty-space-100{
    height:50px;
}
.mobile-section{
    background-image: linear-gradient(#eff2e6, #e1e4d4);
}
.w-50{
    width:50%;
}
.custom_mobile_card{
    margin: 0 auto;
    border-radius: 20px;
    border: 0.5px solid #dadada;
    background:#fff;
}
.ps-post__title > h3{
    white-space: nowrap;
    /*width: 500px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.underline{
       text-decoration: underline;
    }
    
.header--product ~ .header.header--1 {
    position:relative;
}