.button-5 {
  background-color: #0D8A3C;
  padding: 10px 20px;
  border-radius: 30px;
  color: white !important;
 }
 
.offers-wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 20px;
 margin-top: 50px;
 margin-bottom: 50px;
}
 
.offers-box {
 text-align: left;
 width: 300px;
 background-color: rgb(247, 247, 247);
 color: black;
 padding-bottom: 35px;
}

.offers-text {
   padding: 0 20px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.footer-section {
  padding: 17px;
  background-color: #5e7a96;
}

.text-block {
  color: #fff;
  text-align: center;
}

.div-block-2 {
  width: 450px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 200;
}

.heading-2 {
  color: #fff;
  font-size: 30px;
}

.text-block-2 {
  color: #fff;
  font-size: 21px;
  text-align: left;
}

.div-block-3 {
  padding: 0px 16px;
  border-radius: 15px;
  background-color: #fff;
}

.submit-button {
  width: 100%;
  margin-top: 12px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  height: auto;
  padding: 59px 0px;
  padding-bottom: 80px;
  background-color: #191b47;
  background-image: linear-gradient(56deg, #212077, #631515 52%, #1c2042);
}

.text-block-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lbl-checkbox {
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.lbl-checkbox.label {
  padding-bottom: 12px;
}

.div-block-4 {
  width: auto;
}

.heading-3 {
  text-align: center;
}

.text-field {
  border-radius: 6px;
}

.text-field-2 {
  border-radius: 6px;
}

.text-field-3 {
  border-radius: 6px;
}

.select-field {
  border-radius: 6px;
  background-color: #fff;
}

.button {
  width: 100%;
  margin-top: 8px;
  border-radius: 6px;
  background-color: #de6f3f;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: block;
  width: 500px;
  max-width: 500px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 18px;
  background-image: url('../images/jud-mackrill-drLKC_gGwE4-unsplash-1.jpg');
  background-position: 35% 50%;
  background-size: cover;
  box-shadow: 1px 0 3px -3px #000;
}

.button-2 {
  width: 100%;
  margin-top: 8px;
  border-radius: 6px;
  background-color: #f1d329;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-5 {
  width: 350px;
}

.heading-4 {
  color: #fff;
  font-size: 32px;
}

.div-block-6 {
  padding: 0px 34px;
  border-radius: 15px;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  width: auto;
  margin-right: 0px;
  padding-right: 14px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}

.lbl-checkbox-2 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.lbl-checkbox-2.label {
  padding-bottom: 12px;
}

.text-block-4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: auto;
    margin-right: 0px;
    text-align: center;
  }

  .heading-2 {
    font-size: 35px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    height: 300px;
    max-width: none;
  }

  .heading-4 {
    font-size: 35px;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .div-block-7 {
    width: auto;
    margin-right: 0px;
    text-align: center;
  }

  .text-block-4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }

  .div-block-3 {
    margin-top: 29px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    height: 350px;
    max-width: none;
  }

  .div-block-6 {
    margin-top: 29px;
  }

  .div-block-7 {
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    width: auto;
    margin-right: 0px;
    text-align: center;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .form-block {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    width: auto;
    height: 200px;
  }

  .div-block-5 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .div-block-6 {
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 25px;
  }
}