
.case-study-img img {
  border-radius: 8px;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.case-study-wapper-bottom {
  position: relative;
}
.case-study-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  max-width: 62%;
}

.case-study-wapper-head h3 {
  color: #212121;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.case-study-wapper-head p {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0px;
}
.case-stusdy-heading h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
.case-stusdy-heading p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  max-width: 562px;
}
.case-stusdy-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
}
.case-stusdy-detail {
  display: flex;
  align-items: center;
  column-gap: 50px;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0;
}
.case-stusdy-detail li {
  list-style: none;
}
.case-stusdy-detail li span {
  color: #fff;
  font-size: 40px;
}
.case-stusdy-detail li p {
  color: #fff;
  font-size: 18px;
}
.case-study-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media(max-width:767.98px){
  .case-study-content{
    max-width: 100%;
  }
  .case-study-img img{
    object-fit: cover;
  }
}