body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #d6b73d;
  color: #d6b73d;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-top: 15px solid #333;
  border-bottom: 15px solid #333;
  background-color: #fff;
}

.section {
  display: block;
  padding: 60px 40px 40px;
  color: #333;
}

.heading {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  line-height: 24px;
  text-align: center;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.link {
  color: #333;
  font-size: 18px;
}

.paragraph-3 {
  margin-top: 100px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block {
  padding: 10px 20px;
  background-color: #333;
  color: #d6b73d;
  font-size: 12px;
  text-align: center;
}

.link-2 {
  color: #d6b73d;
}

.image {
  width: auto;
  height: 300px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding: 10px 20px;
}

.section-2 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .image {
    height: 200px;
  }
}

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

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .image {
    height: 125px;
  }
}