/* Start custom CSS for section, class: .elementor-element-107465f3 */.modstyla-shipping-box{
    direction:rtl;
    background:linear-gradient(135deg,#fffaf4,#ffffff);
    border:1px solid #eadfce;
    border-radius:32px;
    padding:45px;
    position:relative;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(120,80,50,.08);
}

.modstyla-shipping-box:before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(201,162,124,.14);
    border-radius:50%;
    top:-70px;
    left:-60px;
}

.modstyla-shipping-box:after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(123,91,79,.08);
    border-radius:50%;
    bottom:-45px;
    right:-35px;
}

.modstyla-shipping-box h1{
    position:relative;
    z-index:1;
    text-align:center;
    color:#75584c;
    font-size:34px;
    margin-bottom:35px;
}

.modstyla-shipping-box h2{
    position:relative;
    z-index:1;
    color:#8a6a5c;
    background:#fff;
    border:1px solid #efe3d6;
    border-radius:20px;
    padding:18px 24px;
    margin:28px 0 16px;
    box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.modstyla-shipping-box h2:before{
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    background:#c9a27c;
    border-radius:50%;
    margin-left:10px;
}

.modstyla-shipping-box p{
    position:relative;
    z-index:1;
    color:#555;
    font-size:16px;
    line-height:2.25;
    margin-bottom:18px;
}

.modstyla-shipping-box ul{
    position:relative;
    z-index:1;
    list-style:none;
    padding:0;
    margin:22px 0;
}

.modstyla-shipping-box li{
    background:#fffdf9;
    border-right:4px solid #c9a27c;
    border-radius:16px;
    padding:15px 18px;
    margin-bottom:12px;
    color:#555;
    box-shadow:0 6px 18px rgba(0,0,0,.035);
}

.modstyla-shipping-box strong{
    color:#75584c;
}

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

@media(max-width:768px){
    .modstyla-shipping-box{
        padding:25px;
        border-radius:22px;
    }

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

    .modstyla-shipping-box h2{
        font-size:19px;
        padding:15px 18px;
    }

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