.page-heading {
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 0;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 767.9px) {
  .page-heading {
    padding: 8px;
    margin-top: -40px;
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
}
.page-body {
  padding: 50px;
}
.page .tabs-title {
  display: flex;
  margin: 0 -10px;
}
.page .tabs-title .page-title {
  margin-left: 10px;
  margin-right: 10px;
}
.page-title {
  font-size: 18px;
  padding-bottom: 30px;
  color: #333333;
  margin-bottom: -1px;
  border-bottom: solid 3px transparent;
}
@media (max-width: 767.9px) {
  .page-body {
    padding: 20px 0;
  }
}
.page-title.active {
  border-bottom: solid 3px #e1372a;
}
@media (max-width: 767.9px) {
  .page-title {
    margin-bottom: 8px;
    font-size: 17px;
    padding-bottom: 8px;
  }
}
/*  */
.breadcrumb {
  font-size: 18px;
}
@media (max-width: 767.9px) {
  .breadcrumb {
    margin-left: -10px;
    font-size: 14px;
  }
}
/*  */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list-item {
  padding: 30px;
  max-width: 676px;
  height: 552px;
  background-color: #ffffff;
  transition: all .5s;
}
@media (max-width: 767.9px) {
  .news-list-item {
    padding: 10px;
    height: auto;
  }
}
.news-list-item .caption .title {
  font-size: 16px;
  color: #333333;
}
.news-list-item .caption .text {
  color: #666666;
}
.news-list-item .caption .btn {
  font-size: 14px;
  color: #999999;
  border: solid 1px #e5e5e5;
  width: 80px;
  height: 28px;
  padding: 3px 0;
}
.news-list-item .caption .btn:hover {
  background-color: #ae3024;
  border: solid 1px #e1372a;
  color: #ffffff;
}
.news-list-item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
