.elementor-598 .elementor-element.elementor-element-1ce281b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-598 .elementor-element.elementor-element-dbb3c04 img{border-radius:20px 20px 20px 20px;}/* Start custom CSS for container, class: .elementor-element-1ce281b */.service-hero.clean-blue {
  background: linear-gradient(180deg, #12a8e6 0%, #0b90d4 100%);
  padding: 40px;
  border-radius: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.service-hero.clean-blue h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #ffffff;
}

.service-hero.clean-blue .hero-price {
  font-size: 20px;
  margin-bottom: 14px;
}

.service-hero.clean-blue p {
  font-size: 16px;
  line-height: 1.6;
}

/* TEXT BLOCKS */
.text-block {
  margin-bottom: 40px;
}

.text-block h3 {
  margin-bottom: 16px;
  color: #1f4fd8;
}

/* CHECK LIST */
.check-list,
.check-list ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.check-list li {
  list-style: none !important;
  position: relative;
  padding-left: 32px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b90d4;
  font-weight: bold;
}/* End custom CSS */