
        .section-title{position:relative;font-size:28px;color:var(--main);text-align:left;margin-bottom:40px; height: 66px; line-height: 66px;   border-bottom: 3px #eee solid; }
        .section-title::after{content:"";width:160px;height:4px;background:linear-gradient(90deg, var(--main), var(--main-dark));position:absolute;bottom:0;left: 4%;transform:translateX(-50%);}
        .section-subtitle{font-size:20px;color:var(--main-dark);margin-bottom:25px;display:flex;align-items:left;}
        .section-subtitle::before{content:"";width:8px;height:20px;background:var(--main);margin-right:12px;}
		
		
       :root{
            --border: 8px;

        }