.textnews {
  padding-top: 85px;
  padding-bottom: 108px;
}
.textnews .container {
  max-width: 1395px !important;
}
.textnews .formatlink {
  color: #707070;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: transform 0.4s; /* Animation */
  display: inline-block;
}
.textnews .formatlink:hover {
  transform: scale(1.02); /* (102% zoom) */
}
.textnews h1 {
  margin-top: 25px;
  color: #a56664;
  margin-bottom: 53px;
}
.textnews .textnewstitle, .textnews h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.32;
  margin-top: 53px;
}
.textnews h3 {
  color: #707070;
  margin-bottom: 40px;
}
.textnews .textnewsp {
  margin-top: 30px;
  margin-bottom: -15px;
}
.textnews hr {
  margin-top: 76px;
  margin-bottom: 13px;
}
.textnews .iconBlog {
  display: inline;
  padding-left: 10px;
  color: #707070;
  padding-top: 5px;
}
.textnews .button {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.headerSlider .arrows {
  margin-top: 50px;
  margin-bottom: 145px;
}
.headerSlider .arrows .arrowright {
  margin-left: 12px;
}

@media (max-width: 1280px) {
  .headerSliderTablet .arrows {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .headerSliderTablet .arrowright {
    margin-left: 12px;
  }
}
@media (max-width: 1212px) {
  .textnews .textnewstitle {
    font-size: 24px;
  }
}
@media (max-height: 1080px) {
  .headerSlider .arrows {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .textnews {
    padding-top: 55px;
    padding-bottom: 48px;
  }
  .textnews .textnewstitle {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .textnews {
    padding-top: 35px;
  }
  .textnews h1 {
    margin-bottom: 20px;
  }
  .headerSliderMobile .arrows {
    margin-top: -50px;
    margin-bottom: -30px;
  }
}
@media (max-width: 360px) {
  .textnews .iconBlog {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .headerSliderMobile320 .arrows {
    margin-top: -30px;
  }
}