.ht-guide-section__the-treatment {
  background: #036;
  color: rgba(255, 255, 255, 0.85);
}

.ht-guide-section__the-treatment h2 {
  color: #ffffff !important;
}

.the-treatment__steps {
  flex-wrap: wrap;
  padding: 0 15px;
}

.the-treatment__steps .treatment-step {
  display: flex;
  flex-direction: column;
  min-height: 502px;
  width: 100%;
  box-shadow: 4px 4px 12.2px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

.the-treatment__steps .treatment-step a.btn {
  width: 100%;
}

.the-treatment__steps .treatment-step::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(20, 56, 108, 0.32) 0%, rgba(20, 56, 108, 0.32) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.69) 46.02%, rgba(0, 0, 0, 1.0) 100%);
}

.treatment-step .treatment-step__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
 
.treatment-step .step-name {
  color: #fff;
  border-radius: 9999px;
  font-size: 18px;
  height: 35px;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:3rem;
  font-weight: 500;
  border: 2px solid #fff;
}

.treatment-step__contents {
  padding: 1rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  z-index: 2;
}

.treatment-step h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.ht-guide-section__the-treatment .sub-content .text {
  flex: 0 0 100%;
}
.ht-guide-section__the-treatment .quality-section {
  margin-top: 50px;
}

.ht-guide-section__the-treatment .btn.orange {
  border-radius: 37px;
  background: #e77d27 !important;
  font-size: 20px !important;
  font-weight: 500;
}

.quality-section h2 {
  margin-bottom: 50px;
}

.quality-section {
    padding-top: 2rem;
}

.quality-section h2 {
    margin-bottom: 1rem;
    font-size: 34px;
}

.fade-banner {
  max-width: 1081px;
  margin: 0 auto 1.5rem; 
  background-color: #fff;
  border-radius: 14px;
  position: relative;
  color: #0F0F0FD9;
}

.fade-banner h3 {
  color: #0F0F0FD9 !important;
  font-size: 22px;
  font-weight: 800;
}

.fade-banner .content-group {
  padding: 2rem;
}

.fade-banner>.image {
  flex-basis: 100%;
  position: relative;
}

.fade-banner>.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.fade-banner>.image::before {
  position: absolute;
  content: "";
  width: 100%;
  height:300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 64.9%, #FFF 100%);
  right: 0;
  z-index: 1;
  bottom:-5px;
}

.fade-banner>.image, 
.fade-banner .content-group {
  flex: 0 0 100%;
}

@media(min-width:1100px) {
  .ht-guide-section__the-treatment .the-treatment__steps {
      gap: 0;
      flex-wrap: nowrap;
      padding-left: 0;
      padding-right: 0;
  }

  .ht-guide-section__the-treatment .the-treatment__steps .treatment-step {
      flex: 100%;
      min-height: 749px;
  }

  .ht-guide-section__the-treatment .sub-content .text {
    flex: 0 0 65%;
  }

  .ht-guide-section__the-treatment .sub-content .section-button {
    flex: 0 0 auto;
  }

  .treatment-step__contents {
    padding: 2rem;
  }

  .quality-section h2 {
      margin-bottom: 3rem;
  }

  .fade-banner>.image {
    flex-basis: 443px;
    flex-shrink: 0;
    align-self: stretch;
  }

  .fade-banner>.content-group {
    flex: 0 0 auto;
  }

  .fade-banner>.image img {
      border-top-left-radius:14px;
      border-bottom-left-radius:14px;
      height: 100%;
  }

  .fade-banner>.image::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 40%, #FFF 100%);
    top: 0;
    right: 0;
    z-index: 1;
  }

  .fade-banner .content-group>* {
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:1100px) {

  .rounded-borders-mobile,
  .treatment-step.rounded-borders-mobile::before,
  .treatment-step.rounded-borders-mobile .treatment-step__image {
    border-radius: 14px;
  }
  

  .left-aligned-mobile {
    text-align: left !important;
  }

  .sub-content .section-button {
    width: 100%;
  }

  .sub-content .section-button a.btn {
    width: 100%;
    padding-inline: 5px;
  }
}