.category_page_header {
  min-height: 430px;
  padding: 72px 0;
}

.category_page_header .category_header_layout_v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  min-height: 286px;
}

.category_page_header .range__title {
  flex: 1 1 48%;
  max-width: 760px;
}

.category_page_header .range__title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 28px;
}

.category_page_header .range__title p {
  font-size: 20px;
  line-height: 1.55;
  margin-left: 0;
  margin-bottom: 20px;
}

.category_page_header .range__title ul {
  margin: 32px 0 0;
  padding: 0;
}

.category_page_header .range__title ul li {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 22px;
  padding-left: 52px;
  position: relative;
}

.category_page_header .range__title ul li::before {
  align-items: center;
  background: #f5b400;
  border-radius: 6px;
  color: #000;
  content: "\f00c";
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -3px;
  width: 36px;
}

.category_page_header .category_header_cta {
  background: #f5b400;
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.26);
  flex: 0 0 48%;
  margin: 0;
  max-width: 760px;
  padding: 42px 48px;
  text-align: left;
}

.category_page_header .category_header_cta h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}

.category_page_header .category_header_cta p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 34px;
}

.category_page_header .category_header_cta a {
  background: #000;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 34px;
  transition: all 0.3s;
}

.category_page_header .category_header_cta a:hover,
.category_page_header .category_header_cta a:focus {
  background: #2f2f2f;
  color: #fff;
}

@media (max-width: 992px) {
  .category_page_header {
    padding: 46px 0 30px;
    min-height: unset;
  }

  .category_page_header .category_header_layout_v2 {
    display: block;
    min-height: unset;
  }

  .category_page_header .range__title {
    max-width: none;
  }

  .category_page_header .range__title h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .category_page_header .range__title ul {
    margin-top: 24px;
  }

  .category_page_header .range__title ul li {
    font-size: 17px;
    margin-bottom: 16px;
    padding-left: 44px;
  }

  .category_page_header .range__title ul li::before {
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    top: -3px;
    width: 30px;
  }

  .category_page_header .category_header_cta {
    margin: 28px 0 0;
    max-width: none;
    padding: 28px 22px;
  }

  .category_page_header .category_header_cta h3 {
    font-size: 24px;
  }

  .category_page_header .category_header_cta p {
    font-size: 17px;
  }

  .category_page_header .category_header_cta a {
    font-size: 17px;
    padding: 14px 22px;
  }
}
