
  .jobListings li {
    
    width: 100%;
    
    padding: 1em 0em;
    
    border-bottom: 0.05em solid #dbdddd
  }
  
  .jobListings li div {
    
    width: 100%;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  
  .jobListings li a {
    color: #fb6262;
  }

  @media screen and (min-width: 600px) {
    
    .jobListings li div {
      
      flex-flow: row nowrap;
      justify-content: space-between;
    }
  }
