.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;
}

.section {
  height: auto;
  padding: 39px;
  padding-bottom: 80px;
  background-image: url('../images/background-img.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.container {
  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-2 {
  width: auto;
  margin-right: 0px;
  padding-right: 14px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 200;
}

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

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

.lbl-checkbox {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

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

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

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

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

.div-block-3 {
  padding: 0px 34px;
  border-radius: 15px;
  background-color: #d3d8e2;
  opacity: 1;
  mix-blend-mode: normal;
}

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

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

.footer-section {
  background-color: #173f7a;
}

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

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

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

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

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

.container-2 {
  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;
}

@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;
  }

  .div-block-6 {
    margin-top: 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;
  }

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

@media screen and (max-width: 479px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-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-4 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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