p {
  margin-bottom: 10px;
  color: #fff;
}

.text-span {
  color: #f09866;
  font-size: 11px;
  text-align: left;
}

.text-block {
  text-align: center;
  text-decoration: none;
}

.text-span-2 {
  text-align: center;
  line-height: 20px!important;
}

.heading {
  margin: 29px 15px 20px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #f09866;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  margin-top: 10px;
  padding-top: 19px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.body {
  background-color: #054844;
}

.image-2 {
  display: block;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  text-align: center;
}

.bold-text {
  margin-top: 20px;
  color: #f09866;
  font-size: 24px;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #0c3a35;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-2 {
  float: left;
  color: #fff;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0px;
  text-indent: 0px;
}

.paragraph-copper {
  color: #f09866;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.paragraph-3 {
  color: #fff;
  line-height: 21px;
  font-weight: 500;
}

.text-block-3 {
  text-align: center;
}

.bold-text-2 {
  color: #f09866;
}

.italic-text {
  color: #f09866;
}

.bold-text-3 {
  color: #f09866;
}

.link-block {
  height: 41px;
  margin-top: 2px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(208.5148514851485, 96.19%, 20.59%, 1.00);
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(21.739130434782606, 67.31%, 77.57%, 1.00)), to(#f09866)), -webkit-gradient(linear, left top, left bottom, from(hsla(47.241379310344826, 98.86%, 65.49%, 1.00)), to(hsla(36.056338028169016, 98.16%, 57.45%, 1.00)));
  background-image: linear-gradient(180deg, hsla(21.739130434782606, 67.31%, 77.57%, 1.00), #f09866), linear-gradient(180deg, hsla(47.241379310344826, 98.86%, 65.49%, 1.00), hsla(36.056338028169016, 98.16%, 57.45%, 1.00));
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(47.241379310344826, 98.86%, 65.49%, 1.00)), to(hsla(36.056338028169016, 98.16%, 57.45%, 1.00)));
  background-image: linear-gradient(180deg, hsla(47.241379310344826, 98.86%, 65.49%, 1.00), hsla(36.056338028169016, 98.16%, 57.45%, 1.00));
}

.heading-4 {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.link-block-2 {
  margin-top: 2px;
  text-decoration: none;
}

.buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.buttons-block.vid {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  margin-top: 25px;
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .3);
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.video {
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .3);
}

.section-2 {
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .link-block {
    width: 234px;
  }
  .buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-block.vid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .buttons-block {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-block.vid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

