.vacature-cont {
  width:100%;
  border-bottom:1px solid white;
}
  .vacature-cont .vac {
    padding:25px;
    border-top:1px solid white;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
  }
      .vacature-cont .vac h4 {
        margin-bottom:0;
      }
@media screen and (max-width:991px) {
  .vacature-cont .vac {
    flex-direction:column; 
  }
}
