  .banner {
      position: relative;
      /* background: #37112F; */
      margin: 80px 0 0;
      padding-bottom: 40px;
      background: url('/assets/img/about_bg.png');

  }

  .banner .left_content h2 {
      color: #FFC800;
      font-size: 25px;
      font-family: "Baloo Da 2";
      margin: 50px 0 22px 20px;
  }

  .banner .left_content img {float: left;}
  .banner .left_content p {
      font-family: 'Baloo Da 2';
      font-size: 19px;
      line-height: 24px;
      color: #fff;
    margin-left: 20px;
    clear: both;
    text-align: justify;
  }

  .brand3.story {
      padding: 60px 15px;
  }

  .speach {
      margin-left: 59px;
      margin-bottom: 20px;
  }

  .brand3.story .speach h2 {
      font-family: 'Baloo Da 2';
      font-size: 38px;
      font-weight: 700;
      line-height: 28px;
      color: #730145;
      font-family: Baloo Da 2;

  }

  .brand3.story img {
      border-radius: 50%;
      border: 1px solid #fff;
      /* box-shadow: 9px 11px 14px 0px #ca01791f; */
      padding: 4px;
      margin-bottom: 20px;
  }

  .brand3 img {
      width: 100%;
  }

  .brand3 h6 {
      color: rgba(145, 15, 93, 1);
      font-weight: bold;
      font-size: 16px;
      margin-top: 10px;
      font-family: 'Baloo Da 2' !important;
      text-align: center;
  }

  .brand3.story .item .score_section {
      background: #691448;
      border-radius: 20px;
      color: #fff;
      text-align: center;
      /* display: flex;
      align-items: center;
      justify-content: space-around; */
      font-family: 'Baloo Da 2';
      padding: 15px;
      margin-top: 5px;
  }

  .brand3.story .item .score_section .name {
      white-space: nowrap;
      /* overflow: hidden;
    text-overflow: ellipsis; */
      text-transform: uppercase;
      font-family: 'Baloo Da 2';
  }

  .brand3.story .item .score_section .deg {
      font-weight: bold;
      font-size: 19px;
      text-transform: uppercase;
      font-family: 'Baloo Da 2';
  }

  .brand3.story .storyline {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0;
  }

  .brand3.story .desc {
      padding: 30px 50px;
      background: #fff;
      /* display: flex;
      align-items: start; */
      min-height: 150px;
      background: linear-gradient(90deg, #FFFDFE 0%, rgba(255, 221, 85, 0.7) 100%);

      font-family: 'Baloo Da 2';
  }

  .brand3.story .desc h3 {
      margin-bottom: 15px;
      font-family: 'Baloo Da 2';
      color: #354895;

  }

  .brand3.story .desc h3 small {
      font-family: 'Baloo Da 2';
      color: #354895;
  }

  .brand3.story .desc h3::after {
      content: '';
      background: #D20B78;
      width: 85px;
      display: block;
      border-radius: 10px;
      height: 6px;
  }

  .brand3.story .desc p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      color: #454C7E;
      font-weight: bold;
      text-align: justify;
  }

  .brand3.story .desc .fa {
      color: #691448;
      font-size: 13px;
  }

  .brand3.story .desc p .fa {
      position: absolute;
  }

  .brand3.story .desc p span {
      margin-left: 15px;
  }

  .brand3.story .desc p b {
      font-weight: 600;
  }

  @media (max-width: 767px) {
      .brand3.story {
          padding: 0px 10px;
      }

      .storyline div {
          width: auto !important;
      }

      .brand3.story .storyline {
          display: block;
      }

      .brand3.story .desc {
          padding: 14px;
          margin-top: 10px;
      }
      .speach {
        margin-left: 13px;
    }
  }