.single-news {
    padding: 70px calc(10% + 100px) 70px 10%;
    position: relative;
}

.single-news-bg {
  position: relative;
  margin-bottom: 50px;
  height: 70vh;
  max-height: 650px;
}
.single-news-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    position: absolute;
    top: 70px;
    right: 10%;
}

.share p {
  font-size: 24px;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;  
  margin: 0;
}
.share svg {
  margin-top: 10px;
}


.news-details-text h2 {
  font-size: 45px;
}
.news-details-text h3 {
  font-size: 32px;
}

.similar-news > h2 {
  margin-bottom: 50px;
}

.news-gallery {
  margin-top: 50px;
}

.newsgGallerySwiper {
  max-width: 850px;
  height: 55vh;
  max-height: 530px;
  margin-left: 0;
}
.newsgGallerySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
}
.news-details-next {
  right: 50px;
}
.news-details-prev {
  left: 50px;
}

@media only screen and (max-width: 768px) {
  .single-news {
      padding: 50px 5%;
  }
   .single-news-bg {
    height: 250px;

   }   
  /* .single-news-bg img {
    width: 100%;
  } */
  .share {
    position: static;
    flex-direction: row;
    margin-top: 50px;  
  }
  .share p {
    writing-mode: horizontal-tb;
    font-size: 16px;
  }
  .share svg {
    margin-top: 0;
    margin-left: 10px;
  }
  .newsgGallerySwiper {
    max-height: 300px;
  }
.news-details-text h2 {
  font-size: 32px;
}
.news-details-text h3 {
  font-size: 24px;  
}
.news-details-next {
  right: 10px;
}
.news-details-prev {
  left: 10px;
}
}