/* Start custom CSS for text-editor, class: .elementor-element-1e5c92ba */.price-guarantee{
    background:linear-gradient(135deg,#fff,#fff8ef);
    padding:35px;
    border-radius:24px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    line-height:2.2;
    color:#555;
    position:relative;
    overflow:hidden;
}

.price-guarantee:before{
    content:"🏷️";
    position:absolute;
    left:20px;
    top:15px;
    font-size:50px;
    opacity:.1;
}

.price-guarantee h2{
    background:#fff;
    border-right:5px solid #ff9800;
    padding:18px 20px;
    border-radius:15px;
    margin:35px 0 20px;
    font-size:28px;
    color:#222;
}

.price-guarantee p{
    margin-bottom:18px;
}

.price-guarantee ul{
    padding-right:25px;
}

.price-guarantee li{
    margin-bottom:12px;
}

.price-guarantee li::marker{
    color:#ff9800;
}

@media(max-width:768px){

.price-guarantee{
    padding:20px;
}

.price-guarantee h2{
    font-size:22px;
}

}/* End custom CSS */