.hero-image-section{background-size:cover;background-position:50%;height:350px;width:100%;position:relative;z-index:1}.hero-image-section:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(36,14,84,.5);z-index:-1}.hero-image-section .container{height:100%}.hero-image-section .title{height:100%;display:flex;align-items:center;justify-content:center}.hero-image-section .title h2{color:#fff}.story-cards-section{padding:40px 0 60px}:root{--darkGray:#302f31}:root,[data-theme=lightClient]{--primaryColor:#240e54;--secondaryColor:#f96;--primaryBorder:#22006c;--backGroundColor:#fff7f6}[data-theme=lightClient]{--sectionBackground:snow;--darkGray:#302f31}[data-theme=lightMufaser]{--primaryColor:#f96;--secondaryColor:#240e54;--primaryBorder:#fff;--backGroundColor:#f6f7ff;--sectionBackground:#91caff12;--darkGray:#302f31}.story-card{background-color:#fff;padding:15px;border-radius:10px;border:1px solid #f4f4f4}.story-card .image img{border-radius:10px;margin-bottom:10px;max-height:200px}.story-card .content{text-align:center}.story-card .content .title{transition:all .3s;color:#240e54;font-weight:700}.story-card .content .title:hover{color:#f96;transition:all .3s}.story-card .content .subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#240e54;min-height:52px}.story-card .content .time p{text-align:start;color:#cecece;margin-top:5px}