.jobposts {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    max-width: 1200px;
   margin:0 auto;

}

.jobposts > div {
  width:50%;
  margin:0 !important;
  margin-bottom:25px !important;
 
}

.jobposts > div > .box {height:100%;}


@media only screen and (max-width: 880px) {
  .jobposts > div {
  width:100%;

}
}