.barsha-mausam {
  margin: 20px 0 !important;
}
.barsha-mausam .barsha-mausam-content .image {
  position: relative;
}

.barsha-mausam .barsha-mausam-content .image:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, black);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.barsha-mausam .barsha-mausam-content .image img {
  max-height: 650px;
  width: 100%;
  object-fit: cover;
}

.barsha-mausam .barsha-mausam-content .content-list {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px;
}

.barsha-mausam .category-name a {
  font-size: 16px;
  color: #fff;
  background: #ed1c24;
  padding: 6px 15px;
  /*position: absolute;*/
  line-height: 20px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

.barsha-mausam .barsha-mausam-content .content-list .recent-post {
  width: 50%;
  padding-bottom: 40px;
}

.barsha-mausam .barsha-mausam-content .content-list .recent-post hr {
  border-color: #fff;
  background-color: #fff;
}

.barsha-mausam .barsha-mausam-content .content-list .recent-post .main-title a {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 46px;
  margin: 20px 0;
}

.barsha-mausam
  .barsha-mausam-content
  .content-list
  .recent-post
  .author
  .cap-box {
  display: flex;
  align-items: center;
}

.barsha-mausam .barsha-mausam-content .content-list .recent-post .author img {
  height: 40px;
  width: 40px;
  border-radius: 60px;
}

.barsha-mausam
  .barsha-mausam-content
  .content-list
  .recent-post
  .author
  .author-name {
  color: #fff !important;
  padding-left: 15px;
}

.barsha-mausam
  .barsha-mausam-content
  .content-list
  .recent-post
  #st-8
  .st-total {
  color: #fff !important;
}

.barsha-mausam .barsha-mausam-content .content-list .recent-post .description {
  color: #fff !important;
  font-size: 18px;
  line-height: 30px;
}

.news-list-detail {
  padding: 0 20px;
  color: #fff;
}

.news-list-detail .title {
  font-weight: 700;
  line-height: 30px;
}

.news-list-detail .title a {
  color: white;
}

.news-list-detail .title a:hover {
  color: gray;
}

.news-wrapper .news-list-wrapper {
  border-right: 1px solid gray;
}

.news-wrapper .news-list-wrapper:last-child {
  border-right: none;
}

.content-list hr {
  border-color: gray;
  background-color: gray;
}

.news-wrapper {
  margin-bottom: 30px;
}

.content-list a.view-all {
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}

@media (max-width: 728px) {
  .barsha-mausam .barsha-mausam-content .image img {
    min-height: 750px;
  }

  .barsha-mausam .barsha-mausam-content .content-list {
    padding: 25px;
    padding-top: 0;
  }

  .barsha-mausam .barsha-mausam-content .content-list .recent-post {
    width: 100%;
    padding: 10px;
  }

  .barsha-mausam .category-name a {
    padding: 2px 7px;
    font-size: 12px;
  }

  .barsha-mausam
    .barsha-mausam-content
    .content-list
    .recent-post
    .main-title
    a {
    font-size: 22px;
    line-height: 26px;
    margin-top: 7px;
  }

  .barsha-mausam
    .barsha-mausam-content
    .content-list
    .recent-post
    .description {
    font-size: 16px;
  }
  .news-list-detail{
      padding: 0;
  }

  .news-list-detail .title{
      margin-bottom: 10px;
  }

  .news-list-detail .title a{
      font-size: 16px;
      font-weight: 500;
  }

  .content-list a.view-all{
      font-size: 16px;
  }
}
