p.elementor-heading-title{
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
    display: block;
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
}

p.woodmart-title-container{
    font-weight: 800;
}

@media(max-width:768px){
    span.price{
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
}