.pre-title {
    font-size:24px;
    color:var(--theme-palette-color-2);
}
p.pre-title {
    margin:0!important;
}

h2 {
    margin-top:-15px;
    margin-bottom:30px;
}
h3 {
    margin-top:-15px;
}


h1.page_title {
    font-size:42px;
    text-transform:none;
    font-weight:400;
}
@media screen and (max-width:835px) {
    h1.page_title {
        margin-bottom:0;
        margin-block-end:30px;
    }
}
@media screen and (max-width:480px) {
    h1.page_title {
        font-size:28px;
        margin-bottom:0;
        margin-block-end:0px;
    }
    
    body.woocommerce-cart h1.page_title {
        margin-bottom:15px!important;
    }
}

