body {
  font-family: 'Vollkorn SC', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Vollkorn SC', sans-serif;
  font-size: 38px;
  font-weight: 700;
}

a {
  color: #850000;
  text-decoration: underline;
}

.heading {
  padding-bottom: 4px;
  font-family: 'Vollkorn SC', sans-serif;
  color: rgba(51, 51, 51, 0.94);
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  padding-top: 30px;
  font-family: 'Vollkorn SC', sans-serif;
  color: rgba(51, 51, 51, 0.92);
  font-size: 18px;
  text-align: center;
}

.section {
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 0, 0, 0.47)), to(rgba(222, 0, 0, 0.47))), url('../images/bg-pin.png');
  background-image: linear-gradient(180deg, rgba(222, 0, 0, 0.47), rgba(222, 0, 0, 0.47)), url('../images/bg-pin.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  box-shadow: inset 1px 1px 20px 20px rgba(0, 0, 0, 0.08);
}

.container {
  padding: 46px 60px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 3px -2px rgba(51, 39, 0, 0.69), 0 0 0 5px #f2c500, 0 0 15px 11px rgba(0, 0, 0, 0.23);
}

.text-block {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 48px;
}

@media screen and (max-width: 991px) {
  .heading {
    padding-bottom: 10px;
  }

  .paragraph {
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-bottom: 0px;
    font-size: 32px;
  }

  .paragraph {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding-right: 10px;
    padding-left: 20px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }
}

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

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    padding: 20px;
  }

  .div-block {
    font-size: 18px;
    text-align: center;
  }

  .text-block {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

