.component_tizers{
  .header{
    .title {
      font-size: clamp(24px, 3vw, 40px);
    }
  }
}
.above_title{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(101.22deg, #D31C21 1.17%, #E63C3D 100%);

}