 /*pillars blok*/

 #pillars_for .wrap{
    width: 100%;
    border:1px solid #F3F3F3;
    padding: 24px;
    position:relative;
    box-shadow: 0px 0px 5px #eee;
    background:linear-gradient(225deg, transparent 75px, #fff 30px);
    border-radius: 0px 60px 0px 0px;
    height: 100%;
 }
 #pillars_for .pillarbtn {
     display: block;
position: absolute;
right: 24px;
bottom: 10px;
color: #F08B00;
font-size: 16px;
font-weight: 700;
 }
/*  #pillars_for .wrap:before{
    content: 'MORE INFO';
    display: block;
    position: absolute;
    right: 24px;
    bottom: 20px;
    color: #F08B00;
    font-size: 16px;
    font-weight: 700;
  }*/
 #pillars_for h1,
 #pillars_for h2,
 #pillars_for h3,
 #pillars_for h4{
    color:#000;
    font-size: 30px;
    font-weight: 200;
 }
  #pillars_for .title{
    color:#000;
    font-size: 18px;
    font-weight: 600;
 }
  #pillars_for .pillar-text{
    color:#000;
    margin: 20px 0 40px;
 }
 #pillars_for .subtitle{
    font-family: 'Roboto', sans serif;
 }
 #pillars_for p{
    margin-top: 30px;
 }

