.news_wrap .news_item {
  margin-top: 3px;
  background-color: #F6F6F6;
  padding: 25px 25px 32px;
  display: block;
  transition: 0.7s;
  position: relative;
}
.news_wrap .news_item:hover {
  background-color: #EDEDED;
}
.news_wrap .news_item .date {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 0.9333333333;
  opacity: 0.5;
}
.news_wrap .news_item .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 6px;
  padding-right: 18px;
}
.news_wrap .news_arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}
.news_wrap .viewmore {
  text-align: right;
  margin-top: 2rem;
}
.news_wrap .viewmore .button {
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .news_wrap .viewmore .button {
    margin-top: 2rem;
  }
}
.news_wrap .viewmore .button a {
  display: inline-flex;
  padding: 2px 0;
  border: 1px solid #000;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .news_wrap .viewmore .button a {
    padding: 6px 0;
  }
}
.news_wrap .viewmore .button a span {
  line-height: 1;
  display: flex;
  align-items: center;
}
.news_wrap .viewmore .button a span:nth-of-type(1) {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-weight: bold;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .news_wrap .viewmore .button a span:nth-of-type(1) {
    font-size: 16px;
    padding: 0 24px;
  }
}
.news_wrap .viewmore .button a span:nth-of-type(2) {
  border-left: 1px solid #000;
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .news_wrap .viewmore .button a span:nth-of-type(2) {
    padding: 0 12px;
  }
}
.news_wrap .viewmore .button a span:nth-of-type(2) svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 960px) {
  .news_wrap .viewmore .button a span:nth-of-type(2) svg {
    width: 24px;
    height: 24px;
  }
}