.banners {
  height: 80vh;
  background-color: #fff;
}
.banners .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  height: 50px;
  background: #840000;
  font-size: 25px;
}
.banners .slick-next {
  right: 15px;
}
.banners .slick-prev {
  left: 15px;
}
.banners .banner {
  position: relative;
  height: 80vh;
  width: 100%;
}
.banners .banner h1 {
  z-index: 15;
  color: #fff;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  font-size: 55px;
  display: block;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.banners .banner_content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banners .banner_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.banners .banner a {
  display: block;
  z-index: 15;
  width: 175px;
  margin: 15px auto 0;
  max-width: 100%;
  background-color: #d8792b;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.banners .banner a:hover {
  text-decoration: none;
  background-color: #9a551c;
}

.thumbgal_auto {
  height: auto !important;
  transition: 0.3s ease;
}
.thumbgal_auto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbgal_auto .fa {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 85px;
  opacity: 0.5;
  transition: 0.3s ease;
}
.thumbgal_auto:hover .fa {
  opacity: 1;
}

.flexible_article {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 3px solid #35332c;
}
.flexible_article:last-child {
  border: none;
  margin-bottom: 0px;
}
.flexible_article h2 {
  color: #d8792b;
  font-size: 30px;
}
.flexible_article h3 {
  color: #f7e09c;
  font-size: 22px;
  margin-top: 10px;
}
.flexible_article .flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .flexible_article .flexcenter {
    display: block;
  }
}

/*# sourceMappingURL=/app.css.map */