.job-card_slider {
  height: auto;
  justify-content: space-between;
}

.related-jobs-slider__wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.related-jobs-slider__nav {
  margin-top: 20px;
}

@media (max-width: 1024px){
  {# Fotter is commented in html for now 
    .job-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: auto;
    } 
  #}
}

@media (max-width: 640px) {
  .related-jobs-slider__wrapper {
    justify-content: center;
  }
  
  .related-jobs-slider__wrapper .selected-posts__link {
    display: none;
  }
}
