.job-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:40px 0!important;gap:32px}.job-list .job{border:1px solid #898989;width:100%;padding:24px}@media (min-width:768px){.job-list .job{width:calc(50% - 16px)}}.job-list .job .btn-readmore,.job-list .job .btn-apply{display:inline-block;background-color:#f76e2c;padding:4px 24px;color:#fff;text-transform:uppercase;border-radius:24px}.job-list .job .btn-readmore{background-color:#000}.job-list .job .desc{position:relative;max-height:200px;z-index:1;overflow:hidden;margin-bottom:24px}.job-list .job .desc:after{display:block;position:absolute;content:'';background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(transparent));background:linear-gradient(to top,#fff,transparent);left:0;right:0;bottom:0;height:80px}