.section-title{max-width:462px}.section-title .title{color:var(--text-primary);font-weight:600;font-size:40px;line-height:40px;margin-bottom:24px}.section-title .title>span{color:var(--primary)}.section-title .section-sub-title{color:var(--text-secondary);line-height:27px;font-weight:var(--fw-normal);font-size:var(--fs-16);text-align:center;margin-bottom:28px}.section-title .line{width:215px;margin:1px auto;border:1px solid var(--gray-100);opacity:1;overflow:visible;position:relative}.section-title .line:before{content:"";display:block;transform:translateY(-50%);width:75px;height:4px;background-color:var(--primary);transform:scaleX(0) translateY(-50%);transform-origin:left;animation:cardline 1.5s linear infinite alternate;position:absolute;top:0;left:0;transition:all .3s linear}@keyframes cardline{0%{transform:scaleX(0) translateY(-50%);transform-origin:left;left:0;right:100%}25%{transform:scaleX(.5) translateY(-50%);transform-origin:left;left:16%}50%{transform:scaleX(1) translateY(-50%);transform-origin:center;left:33%}75%{transform:scaleX(.5) translateY(-50%);transform-origin:left;right:16%}to{transform:scaleX(0) translateY(-50%);transform-origin:left;right:0;left:100%}}@media screen and (max-width:1399px){.section-sub-title p.line:before{border-left:3px solid var(--secondary)}}@media screen and (max-width:1199px){.section-title .title{font-size:var(--fs-30);line-height:var(--lh-44);margin-bottom:24px}.section-title .section-sub-title{line-height:var(--lh-26);font-weight:var(--fw-normal);font-size:var(--fs-16);margin-bottom:28px}}@media screen and (max-width:991px){.section-title{max-width:70%}}@media screen and (max-width:767px){.section-title{max-width:90%}.section-title .title{font-size:var(--fs-28);line-height:var(--lh-36);margin-bottom:18px}.section-title .section-sub-title{margin-bottom:20px}}@media screen and (max-width:575px){.section-title{max-width:100%}.section-title .title{font-size:var(--fs-26);line-height:var(--lh-32);margin-bottom:14px}.section-title .section-sub-title{line-height:var(--lh-22);font-size:var(--fs-14);margin-bottom:18px}}