body {
  font-family: "CircularStdBook-Regular";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #4e505a;
}
.sub-category-sec {
  padding: 40px 0;
}
.img-details-full {
  width: 100%;
  max-width: 500px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.decrip-wrap img {
  width: 100%;
  max-width: 500px;
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}
.case-study-details h2 {
  font-size: 26px;
  font-family: "CircularStdBook-Medium";
  margin-bottom: 15px;
}

.case-study-details h3 {
  font-size: 15px;
  font-family: "CircularStdBook-Medium";
  margin-bottom: 15px;
  line-height: 1.5;
}
.case-study-details p {
  color: #66707e;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "CircularStdBook-Regular";
}
.row.g-3.img-fit {
  float: left;
  margin-bottom: 30px;
}
.img-fit img {
  width: 100%;
  height: auto;
}

footer {
  padding: 40px 0;
  background-color: #1d2944;
  float: left;
  width: 100%;

}
@media (max-width: 991px) {
  .img-details-full {
    height: 250px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .img-details-full {
    height: auto;
    max-width: 100%;
    float: inherit;
    max-height: 300px;
    margin-right: 0;
  }
}
