.header {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 140px;
  display: flex;
  overflow: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.brand {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-1 {
  margin: 30px 140px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block-3 {
  max-height: 100%;
  background-color: #e2f6ca;
  background-image: linear-gradient(119deg, #ffd093, #821fff);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 3vw;
  line-height: 110%;
}

.text-block {
  color: #333;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 110%;
}

.image {
  width: 50%;
  max-width: none;
  margin-right: 0;
}

.section-2 {
  grid-column-gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.div-block-4 {
  color: #fff;
  background-color: #ffd853;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-2 {
  border-radius: 100px;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.body {
  background-color: #fafafa;
  font-family: PT Sans, sans-serif;
}

.div-block-7 {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.card {
  width: 25%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .333s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.div-block-9 {
  margin: 40px;
  padding-right: 0;
}

.text-block-5 {
  color: #333;
  text-align: left;
  font-size: 1vw;
  font-weight: 700;
  line-height: 120%;
}

.image-3 {
  margin-right: 10px;
}

.text-block-8 {
  color: #357be3;
  font-family: PT Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 120%;
  overflow: visible;
}

.footer {
  background-color: #e4e4e4;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 140px;
}

.div-block-10 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-9 {
  color: #333;
  text-align: left;
  font-size: 1vw;
  line-height: 120%;
}

.image-4 {
  max-width: 90%;
}

.div-block-11 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #333;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 120%;
}

.div-block-12 {
  width: 60%;
}

.text-block-11 {
  width: 25%;
  color: #686868;
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 150%;
}

.div-block-13 {
  grid-column-gap: 20px;
  justify-content: space-around;
  margin-bottom: 30px;
  display: flex;
}

.text-block-12 {
  margin-bottom: 10px;
  font-size: 1vw;
  font-weight: 700;
  line-height: 120%;
}

.div-block-14 {
  height: 1px;
  background-color: #b8b8b8;
  margin-bottom: 20px;
}

.text-block-13 {
  color: #aeaeae;
  text-align: center;
  margin-top: 10px;
  font-size: .7vw;
  font-weight: 700;
  line-height: 120%;
}

.button {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #8dca5d;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1vw;
  line-height: 120%;
  transition: box-shadow .333s, color .333s, background-color .333s;
  box-shadow: 0 0 10px #87bf5a;
}

.button:hover {
  color: #333;
  background-color: #ffd953;
  box-shadow: 0 0 10px #ffd953;
}

.button-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #8dca5d;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1vw;
  line-height: 120%;
  transition: box-shadow .333s, color .333s, background-color .333s;
  box-shadow: 0 0 5px #7156f2;
}

.button-2:hover {
  color: #333;
  background-color: #ffd953;
  box-shadow: 0 0 10px #ffd953;
}

.card-copy {
  width: 23.6%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .333s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.card-copy:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.div-block-7-copy {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-1, .section-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-2 {
    width: 30%;
  }

  .card {
    padding-bottom: 20px;
  }

  .div-block-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button, .button-2 {
    font-size: 2vw;
  }

  .card-copy {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .section-1, .section-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 50%;
  }

  .div-block-3 {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .heading {
    font-size: 6.3vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .image {
    width: 100%;
  }

  .section-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-block-7 {
    display: flex;
    flex-direction: row!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .card {
    width: 45%;
  }

  .text-block-5 {
    font-size: 4vw;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-9 {
    font-size: 2vw;
  }

  .text-block-10 {
    font-size: 3vw;
  }

  .div-block-12 {
    width: 100%;
  }

  .text-block-11 {
    font-size: 2vw;
  }

  .button, .button-2 {
    font-size: 4vw;
  }

  .card-copy {
    width: 45%;
  }

  .div-block-7-copy {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}


