.div-block {
  padding: 10px;
  text-align: center;
}

.section {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url('../images/Group-12.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #cf701d;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-2 {
  padding: 20px;
  border-radius: 18px;
  background-color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  -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-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
}

.link-block {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-4 {
  width: 80%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.text-block {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  max-width: 82%;
  text-align: center;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-6 {
  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;
  text-align: center;
}

.text-block-copy {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.text-block-copy {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.text-span {
  white-space: nowrap;
}

.text-span-2 {
  white-space: nowrap;
}

.text-span-3 {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }

  .paragraph {
    font-size: 19px;
  }

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

  .container {
    max-width: 86%;
  }

  .link {
    font-size: 15px;
  }

  .link-2 {
    font-size: 15px;
  }

  .link-3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
  }

  .heading {
    font-size: 26px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .text-block {
    margin-bottom: 6px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-5 {
    margin-bottom: 10px;
    -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;
  }

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

  .container {
    max-width: 90%;
  }

  .column {
    margin-bottom: 40px;
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .link {
    font-size: 13px;
  }

  .link-2 {
    font-size: 13px;
  }

  .link-3 {
    font-size: 13px;
  }

  .text-block-copy {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-copy.hide {
    display: none;
  }

  .text-block-copy {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 26px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 34px;
  }

  .container {
    max-width: 94%;
  }

  .div-block-7 {
    text-align: left;
  }
}

