body.widget-snippet .career-open-position .inner-container .right-part .item{
  padding:10px;
}
.career-open-position {
  background: #faf9f7;
  padding: 0 0 140px;
}
.career-open-position .inner-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.career-open-position .inner-container .left-part {
  width: 42%;
  padding: 0 90px 0 0;
}
.career-open-position .inner-container .right-part {
  width: 58%;
}
.career-open-position .inner-container .left-part h2 {
  font-family: Graphik;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(14, 19, 12, 1);
}
.career-open-position .inner-container .right-part .item h3 {
  font-family: Graphik;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0;
  color: rgb(14, 19, 12);
  padding: 0;
  margin: 0 0 18px;
}
.career-open-position .inner-container .right-part .item p {
  font-family: Graphik;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  color: rgb(14, 19, 12);
}
.career-open-position .inner-container .right-part .item p:last-of-type{
  margin: 0;
}
.career-open-position .inner-container .right-part .item ul{

  padding: 0 0 0 25px;
  margin: 0;
}
.career-open-position .inner-container .right-part .item ul li{ 
  font-family: Graphik;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  color: rgb(14, 19, 12);
}
.career-open-position .inner-container .right-part .item ul li:last-of-type{
   margin: 0;
}
.career-open-position .inner-container .right-part .item ul li:before{
  
  top: 9px;
}
.career-open-position .inner-container .right-part .item {  
  margin: 0 0 40px;
}
.career-open-position .inner-container .right-part .item:last-of-type,
.career-open-position .inner-container .right-part .phone-email p:last-of-type{  
  margin:0;
}
.career-open-position .inner-container .right-part p span.color-text {
  font-weight: 500;
  color: rgba(232, 84, 44, 1);
}
.career-open-position .inner-container .right-part .phone-email{
  margin: 20px 0 0;
}
.career-open-position .inner-container .right-part .phone-email p {
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 5px;
  color: rgb(14, 19, 12);
}
.career-open-position .inner-container .right-part .phone-email p a{
  font-weight: 500;
  color: rgba(232, 84, 44, 1);
  text-decoration: none;  
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.career-open-position .inner-container .right-part .phone-email p a:hover{
  color: #000;
}