.how_we_do .container > .title_columns:first-child{
   margin-bottom: clamp(26px, 84 * (100vw / 1920), 84px);
}

.how_we_do .three_columns .item{
   border-color: #D1D1D1;
   padding: clamp(20px, 28 * (100vw / 1920), 28px) clamp(20px, 28 * (100vw / 1920), 28px) clamp(34px, 56 * (100vw / 1920), 56px);
   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%;
}

.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;
}

.technologies .item{
   border: 2px solid #D1D1D1;
   margin-right: -2px;
   padding: 2.5em 2.5em 4em;
   box-sizing: border-box;
   height: auto;
}
.technologies .item img{
   height: 6em;
   width: auto;
   display: inline-block;
}
.how_we_do .three_columns .item .text_block{
   padding-top: 0 !important;
}
.item .text_block p{
   margin-bottom: 0 !important;
}

.how_we_do .big_size{
   font-size: clamp(62px, 200 * (100vw / 1920), 200px);
   line-height: clamp(80px, 200 * (100vw / 1920), 200px);
   font-weight: 500;
   color: #000;
   margin: 0 0 clamp(48px, 120 * (100vw / 1920), 120px) !important;
}

.how_we_do .item_title{
   font-size: clamp(17px, 33 * (100vw / 1920), 33px);
   line-height: clamp(19px, 36 * (100vw / 1920), 36px);
   font-weight: 500;
   margin-bottom: 16px;
}

.how_we_do .text_block .black,
.how_we_do .text_block .black *{
   color: #000;
}
.how_we_do .text_block .black > * + *{
   margin-top: clamp(8px, 12 * (100vw / 1920), 12px);
}

@media (max-width: 767px){
   .how_we_do .three_columns .item{
      margin-right: 0;
      margin-bottom: -2px;
   }
}
