.page-template-about-us .item .text_block{
   padding-top: 7em;
}

.how_we_do .three_columns .item{
   border-color: #D1D1D1;
   padding: 1em 2em 4em;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -webkit-flex-direction: column;
   height: auto;
}
.how_we_do .items{
   padding-bottom: 2px;
}
.how_we_do .text_bottom_approach{
   font-size: 1.3em;
   line-height: 130%;
}

@media (max-width: 1039px){
   .how_we_do .three_columns .item{
      padding: 20px 20px 34px;
   }
}

.description_text{
    margin-bottom: 30px;
}

.learn_more {
    color: #000;
    display: block !important;
    letter-spacing: 0.03em;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
.learn_more.white_color {
    color: #fff;
}
