.case_what_our_client_said .title_columns .text_col.quote_block_right_wrap p:not(:last-child){
   margin-bottom: 12px;
}
.case_what_our_client_said .title_columns .text_col.quote_block_right_wrap p:last-child{
   margin-bottom: 0;
}
.case_what_our_client_said .quote_block_right_wrap{
   display: flex;
   justify-content: flex-end;
}
.case_what_our_client_said .quote_block_right_wrap .quote_block_right{
   width: 60%;
}
.case_what_our_client_said .quote_block_right_wrap .quote_block_right .quote{
   margin: 2em 0;
}
@media (max-width: 767px){
   .case_what_our_client_said .quote_block_right_wrap{
      justify-content: center;
   }
   .case_what_our_client_said .quote_block_right_wrap .quote_block_right{
      width: 100%;
   }
   .case_what_our_client_said .quote_block_right_wrap .quote_block_right .quote{
      margin: 2em 0;
   }
}
