.h2{color:var(--primary-color);font-size:2.4rem;font-weight:900;margin-bottom:4rem;position:relative;z-index:1}.h2:after,.h2:before{content:"";height:4px;position:absolute;top:100%;width:80px}.h2:before{background:var(--sub-color1);border-radius:1rem 0 0 1rem;left:0}.h2:after{background:var(--sub-color2);border-radius:0 1rem 1rem 0;left:80px}.h2.center{text-align:center}.h2.center:before{left:calc(50% - 80px)}.h2.center:after{left:50%}