/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Feb-2018, 20:25:11
    Author     : Reach U Solutions
*/
#pkwn_career-wrapper{
  margin-top: calc(60 * 100vw / 1600);
}
#pkwn_career-wrapper > *:last-child{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 90%;
  margin: calc(60 * 100vw / 1600) auto calc(100 * 100vw / 1600);
}
#pkwn_career-wrapper > *:last-child > *{
  float: left;
  padding: 0 15px;
  width: calc(100% / 3 - 30px);
  margin-bottom: calc(60 * 100vw / 1600);
  vertical-align: top;
}
#pkwn_career-wrapper > *:last-child p{
  font-weight: bold;
}
#pkwn_career-wrapper > *:last-child ul{
  padding-left: 20px;
}
#pkwn_career-wrapper > *:last-child li{
  list-style: circle;
}