
.case-study-card .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0.6;
  transition: .5s ease-in-out;
  top: 0;
}
.case-study-card .img-box:hover::after {
  bottom: 0;
  height: 100%;
}

.case-study-card .news_more a {
  top: -30px;
  right: 50px;
  width: 60px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  background-color: #b89b5e;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-card:hover .news_more a {
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
} 
.case-study-card {
  position: relative;
}
.case-study-card .card-body {
  position: relative;
}
.author_img span {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-2);
  letter-spacing: 3px;
  font-family: var(--font-02);
  text-transform: uppercase;
}
.case-study-card .card-body a 
.hr-crop-titel {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-02);
  color: #000;
}
.case-study-card .card-body {
  position: relative;
  padding: 28px 30px;
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
}
.case-study-card .img-box a img {
  height: 300px;
  object-fit: cover;
}

@media(max-width:575px){
  .author_img span {
  font-size: 14px;
  letter-spacing: 0px;
}
.case-study-card .card-body {
  padding: 18px 20px;
}
.case-study-card .card-body a .hr-crop-titel {
  font-size: 18px;  
}
.author_img span {
  font-size: 14px;
  letter-spacing: 1px;      
  margin-bottom: 10px;
  display: inline-block;
}
}