/* Start custom CSS for section, class: .elementor-element-748a4660 */.modstyla-terms-box{
    direction:rtl;
    text-align:right;
    background:linear-gradient(180deg,#ffffff 0%,#fffaf5 100%);
    border:1px solid #eadfce;
    border-radius:28px;
    padding:45px;
    max-width:980px;
    margin:0 auto;
    box-shadow:0 18px 45px rgba(80,55,40,.07);
    counter-reset:terms-section;
}

.modstyla-terms-box h1{
    text-align:center;
    color:#6f5147;
    font-size:34px;
    margin-bottom:35px;
    padding-bottom:20px;
    border-bottom:1px solid #eadfce;
}

.modstyla-terms-box h2{
    counter-increment:terms-section;
    color:#7b5b4f;
    background:#fff;
    border:1px solid #efe3d8;
    border-radius:18px;
    padding:18px 70px 18px 22px;
    margin:28px 0 16px;
    font-size:21px;
    position:relative;
    box-shadow:0 8px 22px rgba(0,0,0,.035);
}

.modstyla-terms-box h2:before{
    content:counter(terms-section);
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#c9a27c;
    color:#fff;
    text-align:center;
    line-height:34px;
    font-size:15px;
    font-weight:700;
}

.modstyla-terms-box p{
    color:#555;
    font-size:16px;
    line-height:2.3;
    margin-bottom:18px;
}

.modstyla-terms-box ul{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.modstyla-terms-box li{
    background:#fffdf9;
    border-right:3px solid #c9a27c;
    border-radius:14px;
    padding:14px 18px;
    margin-bottom:12px;
    color:#555;
    line-height:2;
}

.modstyla-terms-box strong{
    color:#7b5b4f;
}

.modstyla-terms-box a{
    color:#a8795f;
    font-weight:600;
    text-decoration:none;
}

.modstyla-terms-box a:hover{
    color:#7b5b4f;
}

@media(max-width:768px){
    .modstyla-terms-box{
        padding:25px;
        border-radius:20px;
        max-width:100%;
    }

    .modstyla-terms-box h1{
        font-size:27px;
    }

    .modstyla-terms-box h2{
        font-size:18px;
        padding:16px 58px 16px 16px;
    }

    .modstyla-terms-box h2:before{
        right:16px;
        width:30px;
        height:30px;
        line-height:30px;
        font-size:13px;
    }

    .modstyla-terms-box p,
    .modstyla-terms-box li{
        font-size:15px;
    }
}/* End custom CSS */