.akademik-kadro-item .external-link,.akademik-kadro-item .ext::after{
    display: none !important;
}
.akademik-kadro-item img{
    width: 100%;
    height: auto;
    position: relative;
}
.akademik-kadro-item .card-img{
    position: relative;
}
.akademik-kadro-item  .card-img:before {
    background: url(/modules/custom/acibadem_akademik_kadro/assets/acu-fon.png);
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
}

.akademik-kadro-item:nth-child(3n+1) .card-img {
    border-bottom: 8px solid #3954D7;
  }
  .akademik-kadro-item:nth-child(3n+2) .card-img{
    border-bottom: 8px solid #1A3576;
  }
  .akademik-kadro-item:nth-child(3n) .card-img{
    border-bottom: 8px solid #F25C19;
  }
  .card-title,.departman{
    transition: all 0.3s;
  }
  .akademik-kadro-item:hover .card-title{
    color: #3954D7 !important;
     
  }
  .akademik-kadro-item:hover .departman{
    color: #3954D7 !important;
  }
.program-area .accordion-body h2:not(:nth-of-type(1)) {
    display: none;
}
.stretched-link.ext{
  display: block !important;
}
.akademik-kadro-listing-v3 img{
  height: 380px !important;
  object-fit: cover;
}
@media screen and (max-width:767px){
 .akademik-kadro-listing-v3 img{
  height:auto!important;
  object-fit: cover;
  }
}
@media screen and (min-width:992px) and (max-width:1200px){
  .akademik-kadro-listing-v3 img{
    height: 280px !important;
    object-fit: cover;
  }
}
@media screen and (min-width:1200px) and (max-width:1400px){
  .akademik-kadro-listing-v3 img{
    height: 320px !important;
    object-fit: cover;
  }
}