body {
  background-image: url('../img/news.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #e9e4f0;
    background-attachment: fixed;
}
#banner {
  padding: 30px 0;
}
#banner a {
  display: block;
}
#banner a > img {
  width: 100%;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  text-align: right;
  padding: 0px 30px;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 12px;
  rotate: 45deg;
  display: inline-block;
  margin: 6px !important;
  background: #111111;
  box-shadow: 0 0 10px #fff;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(92 178 239);
  background: linear-gradient(130deg, rgba(0, 80, 157, 1) 0%, rgb(92 178 239) 100%);
}
#latest-posts img {
  width: 100%;
}
#latest-posts {
  padding: 50px 0;
}
#latest-posts .post-wrap {
  padding: 15px;
  background: #a5a5a5;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#latest-posts .post-wrap:last-of-type {
  margin-bottom: 0;
}
#latest-posts .post-wrap:hover {
  background: #8685bf;
}
#latest-posts label {
  margin: 0;
}
#latest-posts .post-wrap > label:first-of-type {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#latest-posts .post-wrap > label:nth-of-type(2) {
  width: 20%;
  text-align: center;
}
#latest-posts .post-wrap > span {
  padding: 2px 10px;
  background: #DF6022;
  background: linear-gradient(0deg, rgba(223, 96, 34, 1) 0%, rgba(237, 136, 46, 1) 100%);
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
  width: 95px;
  max-width: 20%;
  text-align: center;
}
#latest-posts .post-wrap > * {
  cursor: pointer;
}
@media (max-width: 991px) {
  #post-container > div {
    padding: 10px 0;
  }
  #banner .container {
    padding: 0;
  }
  #banner {
    padding-bottom: 20px;
  }
  #latest-posts .container {
    padding: 0;
  }
  #latest-posts {
    padding: 20px 0 50px 0;
  }
  #latest-posts .post-wrap {
    margin: 10px 0 0 0;
  }
}