.h2-8{
  margin-top: 80px;
  font-size: var(--size48);
}
.news-slider{
  margin-top: 40px;
  position: relative;
  width: 1230px;
  /*transform: translate(-20px, 0px);*/
  z-index: 2;
}

.news-item{
  position: relative;
}
.news-item-padding{
  padding: 0px 20px;
}
.img-plus{
  position: absolute;
  right: 45px;
  bottom: 30px;
  width: 32px;
  height: 32px;
  transition: 0.5s all ease-in-out;
}

.img-plus:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

.post-content{
  text-align: left;
  color: #A67F2F;
  border: 1px solid;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
  min-height: 520px;
}

.news-img{
  position: absolute;
  padding-bottom: 55%;
  width: calc(100% + 1rem);
  margin-top: -3rem;
  z-index: -1;
}

.news-img img{
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0px;
}

.news-title{
  font-family: "HattonRegular";
  font-size: var(--size35);
  padding-top: 55%;
}

.news-content{
  font-family: "HattonRegular";
  font-size: var(--size22);
  height: 130px;
  margin-top: 15px;
}

.news-back{
  width: 100%;
  height: 70%;
  background-color: #f5f1ec;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.news-back-v2{
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, #f5f1ec 0%, #ffffff00 100%);
  position: absolute;
  bottom: 145px;
  z-index: 1;
}

.news-dot{
  margin: 10px;
  display: inline-block;
}
.news-dot-item{
  float: left;
  width: 38px;
  height: 38px;
  margin: 10px;
  font-size: var(--size24);
  line-height: 38px;
  font-family: "HattonRegular";
  color: #A67F2F;
  border: 1px solid #A67F2F;
  border-radius: 50%;
  cursor: pointer;
}

.news-dot .active{
  color: #fff;
  background-color: #A67F2F;
}

.left-arrow-news{
  top: 110px;
  left: -5px;
  width: 90px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
}

.right-arrow-news{
  top: 110px;
  right: -45px;
  width: 90px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
}