.sb-case-study-banner.blog-banner {
  background: none;
  color: black;
  margin-top: 100px;
}

.sb-case-study-banner.blog-banner h1 {
  font-size: 55px;
  font-weight: 200;
  margin-bottom: 20px;
}

.sb-case-study-banner.blog-banner .blog-main-description p {
  font-size: 18px;
  line-height: 1.6;
}

.sb-case-study-banner.blog-banner .blog-detail-img {
  /* width: 600px; */
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.blog-list {
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  padding-left: 20px;
  list-style-position: outside;
}

.text-theme-green {
  color: #275d2b;
  margin-top: 50px;
}

/* .blog-detail-img {
  position: relative;
  overflow: hidden;
} */

/* .blog-detail-img img {
  width: 100%;
  height: auto;
  display: block;
} */

.sb-case-study-banner.blog-banner .blog-detail-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.case-hero-banner.blog-bg:before {
  content: none;
}

.blog-content .green-label {
  margin-top: 40px;
}

.blog-content {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-content h6,
.blog-content ul,
.blog-content p {
  font-size: 18px !important;
  line-height: 23px;
  /* line-height: 1.6; */
  /* margin-bottom: 20px !important; */
}

.blog-content ul {
  list-style-type: "-";
  margin-left: 150px;
}

.blog-content ul li {
  padding-left: 25px;
}

.blog-main-description p,
.blog-content p {
  /* margin-top: 10px !important; */
  margin-bottom: 0px !important;
}

.scroll-down-wrap.blog-scroll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 230px;
}

.blog-scroll .blog-scroll-text {
  font-size: 18px;
}
.blog-scroll .blog-scroll-text:hover {
  color: #1a3d1e;
}

.blog-content ul {
  list-style: none;
  padding-left: 0;
}

.blog-content ul li {
  position: relative;
  padding-left: 30px;
}

.blog-content h6 .below-heading {
  margin-top: 0px;
}

.blog-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../../media/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .blog-content ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .sb-case-study-banner.blog-banner h1 {
    font-size: 50px;
    font-weight: 200;
  }

  .blog-detail-img::after {
    content: "";
    /* position: absolute; */
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    pointer-events: none;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .blog-banner .case-hero-banner:before {
    content: unset;
  }
}

.post-list-container .image-container {
  height: 310px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.post-list-container .image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
