.main-wrapper {
  color: #000;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
}

.main-container {
  background-color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.top-bar {
  background-color: #6dd161;
  justify-content: center;
  align-items: center;
  height: 87px;
  display: flex;
}

.content-div {
  padding: 47px 40px 0;
}

.image-2 {
  width: 200px;
}

.separator {
  height: 1px;
}

.text-block {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
}

.text-block-2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.body {
  color: #000;
  background-color: #f7f7f7;
}

.text-block-3 {
  margin-top: 11px;
  font-size: 14px;
  line-height: 18px;
}

.div-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-4 {
  font-size: 18px;
  line-height: 1.3;
}

.text-block-5 {
  text-align: justify;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.3;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5-copy {
  color: #0e58f8;
  text-align: justify;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 23px;
}

.div-block-3 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.text-block-6 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  display: flex;
}

.bold-text {
  color: #ef4922;
}

.div-block-4 {
  padding-bottom: 49px;
  padding-left: 18px;
  padding-right: 18px;
}

.div-block-5 {
  background-color: #ef4922;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
  display: flex;
}

.image-3, .image-4 {
  width: 262px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-8 {
  border-bottom: 1px solid #28a745;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 38px;
  margin-right: 38px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 37px;
  margin-bottom: 0;
  display: flex;
}

.text-block-8 {
  color: #333;
  font-size: 13px;
  line-height: 17px;
}

.text-block-9 {
  color: #666;
  text-align: center;
  height: 59px;
  margin-bottom: 29px;
  font-size: 12px;
  line-height: 18px;
}

.bold-text-2 {
  color: #0e58f8;
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    padding-top: 0;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    height: 60px;
  }

  .content-div {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    width: 120px;
  }

  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .text-block-6 {
    flex-flow: column;
  }

  .div-block-4 {
    padding-bottom: 24px;
  }

  .div-block-5 {
    text-decoration: none;
  }

  .div-block-6 {
    margin-bottom: 24px;
  }
}


