:root {
  --swiper-pagination-progressbar-bg-color: #e9ebf1;
  --swiper-pagination-progressbar-size: 8px;
}
.et_pb_section_2 {
  padding-bottom: 0 !important;
}
.et_pb_section_4 {
  padding-top: 0 !important;
}
.featured-provider {
  font-size: 20px;
  margin-bottom: 10px;
}
h2.gradient-header {
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #ff7e00, #ffb847);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  margin-bottom: 20px;
}
a.read-more-button {
  color: #ffffff !important;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  transition: background 300ms ease 0ms;
  background-color: #298483;
  margin-top: 20px;
  border-style: solid;
  border-width: 0;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  text-align: center;
}
.product-category-swiper .swiper-slide h3 {
  font-size: 24px;
  margin: 10px 0 0;
  line-height: 1.1;
}

.product-category-swiper .swiper-pagination {
  position: relative;
}
.product-category-swiper .swiper-button-next,
.product-category-swiper .swiper-button-prev {
  position: relative;
}
.product-category-swiper .swiper-tools {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
.product-category-swiper .swiper-button-prev,
.product-category-swiper .swiper-button-next {
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  margin-top: 0;
}
.product-category-swiper .swiper-button-next:after,
.product-category-swiper .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 700;
}
.product-category-swiper .swiper-pagination-fraction {
  top: 0;
  max-width: 50px;
}
.product-category-swiper .swiper-pagination-progressbar {
  border-radius: 3px;
  overflow: hidden;
  max-width: 200px;
  margin: 0 20px 0 0;
}
