 /*pillars blok*/

 #pillars .wrap{
    width: 100%;
    border:1px solid #F3F3F3;
    padding: 24px;
    margin-bottom: 30px;
    height:185px;
    position:relative;
    box-shadow: 0px 0px 5px #ccc;
    background:linear-gradient(225deg, transparent 75px, #fff 30px);
    border-radius: 0px 60px 0px 0px;
 }
  #pillars .wrap:before{
    content: url("/wp-content/uploads/2020/08/arrowright.svg");
    display: block;
    position: absolute;
    right: 24px;
    bottom: 10px;
  }
 #pillars h1,
 #pillars h2,
 #pillars h3,
 #pillars h4{
    color:#000;
    font-size: 30px;
    font-weight: 200;
 }
 
  #pillars .title{
    color:#000;
    font-size: 18px;
    font-weight: 600;
 }
 #pillars .subtitle{
    font-family: 'Roboto', sans serif;
    font-size: 16px;
    margin-top: 5px;
 }
 #pillars .block-4-row{
    height:100%;
    padding-bottom: 30px;
 }
 #pillars .wrap.block-4{
    height:100%;
    min-height: 96px;
 }
 #pillars a{
    display:block;  
    height: 100%;
 }
