.newsBox {
}
.newsCol {
  width: calc((100% / 2) - 12px);
}
.newsBox--title {
  color: var(--text-primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.newsBox--text {
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.newsBox__big--img {
  width: 100%;
  height: 345px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.newsBox__item {
  display: flex;
  margin-bottom: 24px;
}
.newsBox__item--img {
  width: 200px;
  height: 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.newsBox__item--body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
}

.newsSingle__container {
  padding-right: 300px;
}
.newsSingle__header {
  border-bottom: 0.5px solid #848484;
  border-top: 0.5px solid #848484;
  padding: 8px 0 16px 0;
  margin-bottom: 24px;
}
.newsSingle__container .breadcrumb-item,
.breadcrumb-item a {
  color: #4d4d4d!important;
}
.newsSingle__container .breadcrumb-item + .breadcrumb-item::before {
  background-color: #4d4d4d;
}
.swiperNews {
  height: 120px;
}
.swiperNews .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.swiperNews .swiper-slide-thumb-active {
  opacity: 1;
}

.swiperNews .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiperNews2 {
  height: 380px;
  width: 100%;
  margin-bottom: 24px;
}
.swiperNews2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* media queries */

@media only screen and (max-width: 991px) {
  .newsBox__item {
    flex-direction: column;
  }
  .newsBox__item--img {
    width: 100%;
    min-height: 256px;
  }
  .newsBox--title {
    font-size: 16px;
    line-height: 24px;
  }
  .newsBox--text {
    margin-top: 6px;
  }
  .newsBox__item--body {
    padding: 16px 0 0 0;
  }

  /* newsSingle */

  .newsSingle__container{
    padding-right: 0;
  }
  .newsSingle__header{
    margin-bottom: 10px;
    padding: 8px 0 16px 0;
  }
  .newsSingle__header .title--h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .newsSingle__header .text{
    font-size: 12px;
    line-height: 16px;
  }
  .swiperNews {
    height: 56px;
  }
  .swiperNews2 {
    height: 256px;
    margin-bottom: 10px;
  }
  .swiperNews2 .swiper-slide img {
    height: 256px;
  }
  .newsSingle__container>nav>.breadcrumb-item {
    margin-bottom: 10px!important;
  }
}
