.section-title{

    max-width:800px;

    margin:0 auto 70px;

    text-align:center;

}

.section-title .section-tag{

    display:inline-flex;

    align-items:center;

    padding:10px 22px;

    border-radius:999px;

    background:var(--badge-bg);

    border:1px solid rgba(255,255,255,.08);

    font-weight:600;

    margin-bottom:24px;

}

.section-title h2{

    font-size:54px;

    line-height:1.15;

    margin-bottom:24px;

}

.section-title p{

    font-size:18px;

    color:var(--gray);

    line-height:1.8;

}