body {
    font-family: "CircularStdBook-Regular";
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #4e505a;
  }
  .img-details-full {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 20px; */
    height: 100%;
  }
  .img-details-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: inline-block;
    padding-bottom: 18px;
  }
  .case-study-details h2 {
    font-size: 26px;
    font-family: "CircularStdBook-Medium";
    margin-bottom: 15px;
  }
  
  .case-study-details h3 {
	font-size: 20px; /* update aashish */
    font-family: "CircularStdBook-Medium";
    margin-bottom: 15px;
    line-height: 1;
  }
  .case-study-details p {
    color: #66707e;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "CircularStdBook-Regular";
  }
  