a {
  text-decoration: none;
}

.heading {
  height: auto;
  margin-top: 40px;
  border: 1px none #1b1b1b;
  font-family: nocturne-serif-lights, sans-serif;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: normal;
  text-shadow: 0 1px 0 #fff;
  white-space: normal;
}

.paragraph {
  width: 80%;
  border: 1px none #1b1b1b;
  font-family: 'Open Sans', sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 26px;
}

.container {
  padding-top: 100px;
}

.div-block {
  margin-top: 11px;
}

.body {
  background-color: #f9f3e5;
}

.divider {
  display: none;
  width: 40px;
  height: 0.1em;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

.image {
  border-style: none;
  border-width: 2px;
  border-color: #1b1b1b;
  border-radius: 100px;
}

.link {
  background-color: #f9f3e5;
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: underline;
}

.subheader-1 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-block-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.list-item {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1b1b1b;
  border-radius: 8px;
  background-color: #f9f3e5;
}

.button-text {
  padding: 10px 12px 10px 6px;
  font-family: 'Open Sans', sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.button-svg-icon {
  width: 18px;
  height: auto;
  margin: 0px 0px 0px 10px;
  padding-top: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #1b1b1b;
}

.divider-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 0.1em;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .paragraph {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .div-block {
    margin-top: 20px;
  }
  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .link {
    font-weight: 600;
  }
  .list-item {
    font-weight: 400;
  }
  .divider-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  a {
    font-weight: 700;
  }
  .paragraph {
    width: 100%;
  }
  .container {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .link {
    overflow: visible;
    font-weight: 600;
    text-decoration: underline;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .paragraph {
    width: 100%;
    font-size: 16px;
  }
  .container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .divider {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .link {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
  }
  .subheader-1 {
    font-size: 14px;
  }
  .div-block-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .button-wrapper {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .button-text {
    padding-left: 8px;
    font-size: 16px;
  }
  .button-svg-icon {
    width: 22px;
  }
  .divider-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

