/* titles */
h1,
h2 {
  margin: 0 0 20px 0;
}

h1 {
  font-size: 3.25rem;
  line-height: 1.15384;
}

.h2,
h2 {
  font-size: 2.875rem;
  line-height: 1.173913;
}

h3 {
  font-size: 2rem;
}

/* component-title  */

.component-title {
  color: var(--black);
  font-size: 2.875rem;
  line-height: 1.130;
  margin-bottom: 22px;
}

.component-title-2 {
  font-size: 2.25rem;
}

/* font 40 */
.component-title-3 {
  font-size: 2.5rem;
  line-height: 1.25;
  color: var(--black);
}

/* font 28 */
.component-title-4 {
  font-size: 1.75rem;
  line-height: 1.3571428571428572;
  color: var(--black);
}

.title-white {
  color: var(--white);
}

/* tagged-title */

.tagged-title {
  position: relative;
  font-size: 1.125rem;
  color: var(--highlight-color);
  margin-bottom: 25px;
  padding-left: 90px;
  font-weight: var(--primary-font-bold);
}

.tagged-title::before {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 1.5px;
  background-color: var(--highlight-color);
  margin-right: 20px;
  top: 50%;
  left: 0;
}

/* title-style-bordered */

.title-style-bordered {
  padding-bottom: 22px;
  position: relative;
}

.component-title.title-style-bordered {
  padding-bottom: 11px;
}

.title-style-bordered:after {
  content: "";
  background: var(--highlight-color);
  height: 2px;
  width: 100%;
  max-width: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
}
