/**handles:ws-block-title**/
.ws-block-title{position:relative;margin:25px 0;background:linear-gradient(125deg,var(--ws-color-10) 10%,var(--ws-color-11) 80%)}.ws-block-title .ws-content{padding:25px 40px 20px 40px}.ws-block-title :is(h1,h2,h3,h4,h5,h6,div){color:#fff;font-size:3.2rem!important;font-weight:600!important;line-height:1.3;font-style:italic;text-align:center;background:linear-gradient(-20deg,var(--ws-color-8) -40%,#fff 100%);background-clip:text;-webkit-text-fill-color:transparent}.ws-block-title :is(h1,h2,h3,h4,h5,h6,div)>b{font-weight:800}.ws-block-title::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(-90deg,transparent -60%,var(--ws-color-2) 100%);opacity:.4}.ws-block-title::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent -50%,var(--ws-color-2) 80%);opacity:.3}@media (max-width:767px){.ws-block-title :is(h1,h2,h3,h4,h5,h6,div){font-size:2.5rem!important}}