.fusion-why-section {
  padding: 40px 0;
  width: 100%;
  background-color: #f5d637;
  overflow: hidden;
  /* margin-bottom: 3%; */
}

.fusion-why-section .fusion-why-row {
  width: 95vw;
  max-width: 95vw;
  margin-left: calc((100% - 95vw) / 2);
  margin-right: calc((100% - 95vw) / 2);
}

.fusion-why-section .fusion-why-heading-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
  margin: 0 0 14px;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
}

.fusion-why-section
  .fusion-why-heading-wrapper
  .fusion-why-heading
  .fusion-why-heading-highlight {
  color: #009fe3;
}

.fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
}

.fusion-why-section
  .fusion-why-heading-wrapper
  .fusion-why-subheading
  .fusion-why-subheading-highlight {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #009fe3;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.fusion-why-section .fusion-why-benefits-col {
  width: 100%;
}

.fusion-why-section .fusion-why-benefits-col .fusion-why-benefits {
  width: 100%;
  padding: 0 20px 0 30px;
}

.fusion-why-section
  .fusion-why-benefits-col
  .fusion-why-benefits
  .fusion-why-benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.fusion-why-section
  .fusion-why-benefits-col
  .fusion-why-benefits
  .fusion-why-benefit
  .fusion-why-check {
  flex: 0 0 auto;
  margin-right: 8px;
  color: #009fe3;
  font-size: 24px;
  line-height: 1.2;
}

.fusion-why-section
  .fusion-why-benefits-col
  .fusion-why-benefits
  .fusion-why-benefit
  .fusion-why-benefit-text {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 400;
  color: #000000;
}

.fusion-why-section .fusion-why-description-col {
  width: 100%;
}

.fusion-why-section .fusion-why-description-col .fusion-why-description {
  width: 100%;
  padding: 0 25px 0 15px;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-description-heading {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-description-heading
  .fusion-why-description-highlight {
  color: #009fe3;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-description-paragraph {
  margin: 16px 0;
  font-size: 16 px;
  line-height: 1.35;
  font-weight: 400;
  color: #000000;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-list {
  margin: 16px 0;
  padding-left: 34px;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-list
  .fusion-why-list-item {
  margin-bottom: 7px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-list
  .fusion-why-list-item
  .fusion-why-list-item-point {
  font-size: inherit;
  line-height: inherit;
}

.fusion-why-section
  .fusion-why-description-col
  .fusion-why-description
  .fusion-why-description-paragraph-last {
  margin-bottom: 0;
}

/* ==========================
RESPONSIVE
============================= */

@media (min-width: 0px) and (max-width: 575.98px) {
  .fusion-why-section .fusion-why-heading-wrapper {
    margin-bottom: 25px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
    font-size: 16px;
    line-height: 1.3;
  }

  .fusion-why-section .fusion-why-benefits-col .fusion-why-benefits {
    padding: 0 15px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit {
    margin-bottom: 18px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-check {
    font-size: 18px;
    margin-right: 7px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-benefit-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .fusion-why-section .fusion-why-description-col {
    margin-top: 20px;
  }

  .fusion-why-section .fusion-why-description-col .fusion-why-description {
    padding: 0 15px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-heading {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-paragraph {
    font-size: 16px;
    line-height: 1.45;
    margin: 16px 0;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list {
    margin: 16px 0;
    padding-left: 25px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list
    .fusion-why-list-item {
    font-size: 16px;
    line-height: 1.35;
    margin: 8px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .fusion-why-section .fusion-why-heading-wrapper {
    margin-bottom: 30px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
    font-size: 32px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
    font-size: 21px;
  }

  .fusion-why-section .fusion-why-benefits-col .fusion-why-benefits {
    padding-left: 55px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-check {
    font-size: 17px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-benefit-text {
    font-size: 17px;
    line-height: 1;
  }

  .fusion-why-section .fusion-why-description-col {
    margin-top: 25px;
  }

  .fusion-why-section .fusion-why-description-col .fusion-why-description {
    padding-left: 30px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-heading {
    font-size: 21px;
    margin-bottom: 32px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-paragraph {
    font-size: 16px;
    line-height: 1.45;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list
    .fusion-why-list-item {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fusion-why-section .fusion-why-heading-wrapper {
    margin-bottom: 30px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
    font-size: 32px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
    font-size: 20px;
  }

  .fusion-why-section .fusion-why-benefits-col .fusion-why-benefits {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-check {
    font-size: 18px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-benefit-text {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .fusion-why-section .fusion-why-description-col .fusion-why-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-heading {
    font-size: 20px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-paragraph,
  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list
    .fusion-why-list-item {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
    font-size: 35px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-benefit-text {
    font-size: 21px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-heading {
    font-size: 18px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-paragraph {
    font-size: 16px;
    margin: 16px 0;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list
    .fusion-why-list-item {
    font-size: 16px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-check {
    font-size: 21px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-heading {
    font-size: 40px;
  }

  .fusion-why-section .fusion-why-heading-wrapper .fusion-why-subheading {
    font-size: 24px;
    margin-bottom: 34px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-benefit-text {
    font-size: 22px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-heading {
    font-size: 20px;
  }

  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-description-paragraph,
  .fusion-why-section
    .fusion-why-description-col
    .fusion-why-description
    .fusion-why-list
    .fusion-why-list-item {
    font-size: 16px;
  }

  .fusion-why-section
    .fusion-why-benefits-col
    .fusion-why-benefits
    .fusion-why-benefit
    .fusion-why-check {
    font-size: 22px;
  }
}
