* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100svh;
}
body.no-scroll {
  overflow: hidden;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5rem;
}
main .hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
  max-width: 86.875rem;
  width: 100%;
}
main .hero .container h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
}
main .hero .container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  list-style: none;
}
main .hero .container .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  width: calc(50% - 0.9375rem);
  padding: 1.625rem 2.5625rem;
  border-radius: 1rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
          box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(127.37deg, rgba(124, 80, 154, 0) 28.15%, rgba(124, 80, 154, 0.19) 168.97%);

}
main .hero .container .cards .card .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
main .hero .container .cards .card .text-img img {
  width: 4.3125rem;
  height: 4.3125rem;
}
main .hero .container .cards .card .text-img .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
main .hero .container .cards .card .text-img .text span {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
main .hero .container .cards .card .text-img .text span.title {
  color: rgb(143, 35, 136);
}
main .hero .container .cards .card p {
  font-family: Mazzard, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: start;
  color: rgb(53, 53, 53);
}
main .hero .container .cards .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  list-style: none;
}
main .hero .container .cards .card ul li {
  width: 100%;
  min-height: 1.875rem;
  font-family: Mazzard, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
  padding-left: 2.5rem;
  background: url("../icon/checklist.svg") no-repeat left top/1.875rem;
  color: rgb(53, 53, 53);
}
main .hero .container .cards .card:last-child {
  width: 100%;
  gap: 2.5rem;
}
main .hero .container .cards .card:last-child .text-img img {
  width: 4.8125rem;
  height: 4.8125rem;
}
main .hero .container button {
  width: 18.125rem;
  height: 4.1875rem;
  border-radius: 0.75rem;
  background: #8f2388;
  border: none;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
  box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
}


@media all and (max-width: 1000px) {
  main .hero {
    padding: 60px 16px 25px;
    margin: 0;
    gap: 45px;
  }
  main .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 330px;
  }
  main .hero .container h2 {
    font-size: 24px;
  }
  main .hero .container .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  main .hero .container .cards .card {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  main .hero .container .cards .card .text-img .text span {
    font-size: 16px;
  }
  main .hero .container .cards .card p {
    font-size: 16px;
  }
  main .hero .container .cards .card ul li {
    font-size: 16px;
  }
  main .hero .container button {
    width: 100%;
    font-size: 16px;
  }
}