.blog-img img {
  height: 50vh;
  padding: 10px;
  width: 50vh;
}
@media (max-width: 700px) {
  .blog-img {
    height: auto;
  }
}
.case-study-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(img2/case-report.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.case-font-style {
  color: blue;
  padding: 0px;
}
.blog-ads {
  border: 1px solid red;
  border-radius: 15px;
  padding: 8px;
}
.blog-ads button {
  padding: 6px;
  color: white;
  background-color: rebeccapurple;
  cursor: pointer;
}
@media (max-width: 700px) {
  .blog-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .post-img img {
    width: 80vw;
    height: auto;
  }
}