.fixed-card {
  width: 260px;
  max-width: 100%;      
  height: 250px !important;    
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.fixed-card .company-slider-img img{    
  height: 70px !important; 
  width: auto;
  max-width: 100%;
  display: block;
  object-position: center;
  margin: 0 auto;
}
#company-jobs-swiper .fixed-card .card-title{
  height: 68px;
  overflow: hidden;
}
.fixed-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  
  height: 100%; 
}
.fixed-card .card-body .btn {
  width: 100%;
  font-size: 0.875rem;
  padding: 8px 12px;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 576px) {
  #company-jobs-swiper .swiper-slide {
    width: 100% !important;
  }
}
.company-fixed-card {
  max-width: 100%;      
  height: 100px !important;   
}
.company-fixed-card .company-slider-img img{   
  max-height: 90px !important; 
  height: auto;
  width: auto;
  max-width: 100%;
}