/* ----------------------------------------------------------------------------
GALLERY
---------------------------------------------------------------------------- */
#sec_gallery {
  background: #F8F6F3;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #sec_gallery {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #sec_gallery {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1281px) {
  .list_gallery {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_gallery {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_gallery {
    margin-top: 50px;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #B0974B;
}

.single .art_gallery .content h2 {
  text-align: center;
  color: #B0974B;
  margin-bottom: 30px;
}
.single .swiper {
  margin-top: 40px;
}
@media screen and (min-width: 1281px) {
  .single #sec_news {
    padding: 10px 0 120px;
  }
  .single .title {
    font-size: 24px;
  }
  .single .content h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .single #sec_gallery {
    padding: 10px 0 100px;
  }
  .single .title {
    font-size: 20px;
  }
  .single .content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single .content {
    margin-top: 50px;
  }
  .single .btn_back {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .single #sec_news {
    padding: 10px 0 80px;
  }
  .single .title {
    font-size: 18px;
  }
  .single .content {
    margin-top: 40px;
  }
  .single .content h2 {
    font-size: 18px;
  }
  .single .btn_back {
    margin-top: 50px;
  }
}
