section-title.css
/* =========================================================
   Section Title
   Ultimate Final V20.1 Enterprise
========================================================= */

.section-title{
  text-align:center;
  margin:0 auto 50px;
  max-width:980px;
}

.section-title h2{
  margin:0;

  font-size:clamp(
    38px,
    3vw,
    58px
  );

  font-weight:900;
  line-height:1.2;
  letter-spacing:.02em;

  color:#fff3c2;

  text-shadow:
    0 0 20px rgba(255,240,184,.18),
    0 0 40px rgba(216,181,109,.12);
}

.section-title p{
  margin:12px auto 0;
  max-width:760px;

  font-size:18px;
  line-height:1.9;

  color:#cfc3a8;
  opacity:.85;
}

@media(max-width:980px){

  .section-title{
    margin-bottom:42px;
    padding:0 20px;
  }

  .section-title h2{
    font-size:clamp(
      34px,
      5vw,
      48px
    );
  }
}

@media(max-width:768px){

  .section-title{
    margin-bottom:36px;
    padding:0 16px;
  }

  .section-title h2{
    font-size:clamp(
      30px,
      7vw,
      42px
    );
    line-height:1.25;
  }

  .section-title p{
    font-size:16px;
    line-height:1.85;
  }
}