.about_us {
  position: relative;
  padding: 64px 0; }
  @media screen and (max-width: 751px) {
    .about_us {
      padding-bottom: 48px; } }
  .about_us .wrapp_about_text {
    margin-top: 64px;
    margin-bottom: 48px;
    padding: 0 65px; }
    @media screen and (max-width: 751px) {
      .about_us .wrapp_about_text {
        padding: 0 8px; } }
    .about_us .wrapp_about_text p {
      text-align: center;
      font-family: Open Sans;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      margin-bottom: 0; }
  @media screen and (max-width: 751px) {
    .about_us .col-md-4.col-xs-12 {
      margin: 0 8px 16px; } }
  .about_us .wrapp_about_card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(155, 181, 194, 0.7);
    border-radius: 10px;
    padding: 32px 16px 16px;
    min-height: 400px;
    height: 100%; }
    .about_us .wrapp_about_card .wrapp_about_card_title {
      padding-left: 27px;
      margin-bottom: 16px;
      position: relative; }
      .about_us .wrapp_about_card .wrapp_about_card_title h4 {
        position: relative;
        color: #46515C;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        z-index: 2;
        margin-bottom: 0;
        margin-top: 0; }
      .about_us .wrapp_about_card .wrapp_about_card_title svg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
    .about_us .wrapp_about_card .wrapp_about_card_content p {
      font-family: Open Sans;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      color: #46515C;
      margin-bottom: 0; }
