.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_section {
  background-image: linear-gradient(rgba(53, 39, 6, .5), rgba(53, 39, 6, .5)), url('../images/20-0147600-655b27e66d140-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header_wrapper {
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.header_wrapper.article {
  padding-bottom: 60px;
}

.content_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h2 {
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, .76);
  font-family: Merriweather, serif;
  font-size: 34px;
}

.h1 {
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, .72);
  font-family: Merriweather, serif;
  font-size: 60px;
  line-height: 1.2;
}

.h1.sub-article {
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, .72);
  font-family: Merriweather, serif;
  font-size: 36px;
  line-height: 1.2;
}

.nav_bar {
  background-color: #201b00;
}

.nav_link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav_link:hover {
  color: #201b00;
  background-color: #eadc7b;
}

.content_wrapper-3 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.content_wrapper-3.article {
  width: 800px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.card_main_container {
  z-index: 12;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -65px;
}

.card_main_container.article {
  padding-top: 30px;
  top: auto;
}

.h3 {
  color: #301602;
  text-shadow: 0 0 13px #fff;
  background-image: url('../images/plate_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.card {
  max-width: 18%;
  margin: 5px;
  text-decoration: none;
}

.footer_text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.h4 {
  color: #b48d0a;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.p-text {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 10px;
}
.h4-heading {
   color: #b48d0a;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 10px;
  font-weight: bold;
}
.block {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px
}


.center_container {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.center_img {
  max-width: 60%;
}

.list {
  padding-left: 35px;
}

.button {
  color: #000;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  background-color: #e91b1e;
  background-image: linear-gradient(167deg, #8b5c04, #b97c0c 24%, #ffc761 50%, #b97c0c 75%, #8b5c04 101%);
  border-bottom: 5px solid #6e4904;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button:hover {
  background-color: #f3bf3b;
  background-image: none;
  border-bottom-width: 0;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-end;
  }

  .header_wrapper {
    width: 90%;
  }

  .header_wrapper.article {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_wrapper {
    width: 90%;
  }

  .h1 {
    font-size: 74px;
    line-height: 1.1;
  }
  .nav_link {
    color: #000;
  }

  .h1.article {
    font-size: 60px;
  }

  .h1.sub-article {
    font-size: 36px;
  }


  .content_wrapper-3, .content_wrapper-3.article {
    width: 90%;
  }

  .card_main_container {
    top: -80px;
  }

  .h3 {
    font-size: 26px;
  }

  .card {
    max-width: 30%;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 30px;
  }

  .h1 {
    font-size: 56px;
  }

  .h1.article {
    font-size: 44px;
  }
  .h1.sub-article {
    font-size: 30px;
  }

  .content_wrapper-3 {
    width: 100%;
  }

  .nav_link {
    color: #000;
  }

  .card_main_container {
    top: -56px;
  }

  .h3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 1;
  }

  .card {
    max-width: 30%;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .header_wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .header_wrapper.article {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .nav_link {
    color: #000;
  }

  .h1 {
    font-size: 38px;
  }

  .h1.article {
    font-size: 36px;
  }

  .h1.sub-article {
    font-size: 24px;
  }

  .card_main_container {
    top: -60px;
  }

  .h3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .card {
    max-width: 30%;
    margin: 0;
  }

  .h4 {
    font-size: 24px;
    line-height: 1.1;
  }

  .center_img {
    max-width: 100%;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
