.intro {
  height: 42rem;
  width: 100%;
  border-radius: 44px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro__background {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 44px;
  z-index: -1;
}

.intro__illustration {
  width: 30vw;
  height: auto;
  position: absolute;
  bottom: -10vw;
  right: -9%;
}

.intro__content {
  width: 80%;
  max-width: 952px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  gap: 2rem;
}

.intro__title {
  font-family: 'GeneralSans-Variable', serif;
  font-size: 58px;
  font-weight: bold;
}

.intro__title__container {
  position: relative;
}

.intro__title_yellow_mark {
  width: 150px;
  height: auto;
  position: absolute;
  left: 53%;
  bottom: -3px;
}

.intro__subtitle {
  font-family: 'Quicksand', serif;
  font-size: 19px;
  font-weight: normal;
}

.intro__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
}

.section h2 {
  text-align: center;
  font-family: 'GeneralSans-Variable', serif;
  font-size: 40px;
  font-weight: bold;
}

.section__title {
  font-family: 'GeneralSans-Variable', serif;
  font-weight: bold;
  font-size: 40px;
}

.section__description {
  font-family: 'Quicksand', serif;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
}

.section__card_cta_container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}

.section__card_cta {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 4rem 12% 4rem 1rem;
  gap: 1rem;
  flex: 1;
  border-radius: 8px;
  position: relative;
}

.section__card_cta .section__card_description {
  color: #101010;
  font-weight: 400;
}

.section__card_cta_illustration {
  position: absolute;
  width: 13rem;
  height: auto;
  bottom: -1rem;
  right: -1rem;
}

.section__card_cta:nth-child(2) .section__card_cta_illustration {
  bottom: -2rem;
  right: -3rem;
}

.section__card_container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 4rem;
}

.section__card_title {
  font-family: 'GeneralSans-Variable', serif;
  font-weight: 400;
  font-size: 28px;
}

.section__card_description {
  font-family: 'Quicksand', serif;
  font-weight: 300;
  font-size: 16px;
  color: #4D4D4D;
}

.section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 1rem;
  flex: 1;
  border-radius: 8px;
  border: 1px solid #F1E9FC;
}

.section__card_head {
  width: 100%;
}

.section__card_head img {
  max-height: 11.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.section__card_body {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section__card_title {
  font-family: 'GeneralSans-Variable', serif;
  font-size: 28px;
}

.section__card_description {
  font-family: 'Quicksand', serif;
  font-size: 19px;
  font-weight: normal;
}

@media (max-width: 800px) {
  main {
    overflow-x: hidden;
    width: 100vw;
  }

  .section__title {
    text-align: center;
  }

  .intro {
    height: auto;
    border-radius: 0;
  }

  .intro__title_yellow_mark {
    left: 55%;
  }

  .intro__background {
    margin-top: 1rem;
    border-radius: 0;
  }

  .intro__content {
    color: #101010;
    width: 100%;
  }

  .intro__background {
    position: relative;
    z-index: 1;
    /*clip-path: none;*/
    /*clip-path: polygon(*/
    /*  0% 8%,*/
    /*  12.5% 4%, 25% 8%, 37.5% 12%, 50% 8%, 62.5% 4%, 75% 8%, 87.5% 12%, 100% 8%,*/
    /*  100% 92%,*/
    /*  87.5% 96%, 75% 92%, 62.5% 88%, 50% 92%, 37.5% 96%, 25% 92%, 12.5% 88%, 0% 92%*/
    /*);*/
    /*clip-path: polygon(100% 0%, 0% 0%, 0.00% 90.48%, 2.00% 90.28%, 4.00% 89.70%, 6.00% 88.75%, 8.00% 87.46%, 10.00% 85.90%, 12.00% 84.10%, 14.00% 82.13%, 16.00% 80.06%, 18.00% 77.97%, 20.00% 75.93%, 22.00% 74.01%, 24.00% 72.28%, 26.00% 70.80%, 28.00% 69.63%, 30.00% 68.80%, 32.00% 68.34%, 34.00% 68.28%, 36.00% 68.60%, 38.00% 69.31%, 40.00% 70.38%, 42.00% 71.76%, 44.00% 73.41%, 46.00% 75.27%, 48.00% 77.28%, 50.00% 79.37%, 52.00% 81.45%, 54.00% 83.46%, 56.00% 85.32%, 58.00% 86.97%, 60.00% 88.35%, 62.00% 89.42%, 64.00% 90.13%, 66.00% 90.45%, 68.00% 90.39%, 70.00% 89.93%, 72.00% 89.10%, 74.00% 87.93%, 76.00% 86.45%, 78.00% 84.72%, 80.00% 82.80%, 82.00% 80.76%, 84.00% 78.67%, 86.00% 76.60%, 88.00% 74.63%, 90.00% 72.83%, 92.00% 71.27%, 94.00% 69.98%, 96.00% 69.03%, 98.00% 68.45%, 100.00% 68.25%);*/
  }

  .intro__illustration {
    width: 54vw;
    height: auto;
    position: absolute;
    bottom: -14vw;
    right: -6%;
    z-index: 10;
  }

  .section__card_cta_container {
    flex-direction: column;
    gap: 2rem;
  }

  .section__card_container {
    flex-direction: column;
  }

  footer .footer__cta {
    margin: auto;
  }

  .dual_cards_outline__container {
    flex-direction: column;
  }

  .dual_cards_outline, .electricity_supplier, .our_solutions, .our_commitments {
    padding: 0 2rem;
  }
}
