/* about.html */
    .st3::before {
      content: "";
      position: absolute;
      top: -22px;
      right: 40%;
      z-index: -1;
      display: block;
      border-radius: 59px;
      background: #b1dae7;
      width: 55px;
      height: 55px;
      transition: all 0.3s ease;
    }
    .st2::before {
      content: "";
      position: absolute;
      top: -16px !important;
      z-index: 1;
      right: -7px !important;
      display: block;
      border-radius: 59px;
      background: #b1dae7;
      width: 55px;
      height: 55px;
      transition: all 0.3s ease;
    }

  
    /* From Uiverse.io by gagan-gv */
    .button {
      padding: 15px 20px;
      font-size: 16px;
      background: transparent;
      border: none;
      position: relative;
      color: #f0f0f0;
      z-index: 1;
      width: 62%;
    }
    .button::after,
    .button::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -99999;
      transition: all 0.4s;
    }
    .button::before {
      transform: translate(0%, 0%);
      width: 100%;
      height: 100%;
      background: #ff9c00;
      border-radius: 10px;
    }
    .button::after {
      transform: translate(10px, 10px);
      width: 35px;
      height: 35px;
      background: #40acb447;
      backdrop-filter: blur(5px);
      border-radius: 50px;
    }
    .button:hover::before {
      transform: translate(5%, 20%);
      width: 110%;
      height: 110%;
    }
    .button:hover::after {
      border-radius: 10px;
      transform: translate(0, 0);
      width: 100%;
      height: 100%;
    }
    .button:active::after {
      transition: 0s;
      transform: translate(0, 5%);
    }

  
    button {
      font-family: IRANSansX !important;
    }
    .container-2 {
      padding-bottom: 38px;
      padding-left: 121px;
      border-radius: 20px;
      direction: rtl;
      padding-right: 71px;
      padding-top: 40px;
      width: 100%;
      height: fit-content;
      background: #f1f1f1;
      background-image: linear-gradient(270deg,
          transparent 50px,
          #ffb4b8 50px,
          #ffb4b8 52px,
          transparent 52px),
        linear-gradient(#e1e1e1 0.1em, transparent 0.1em);
      background-size: 100% 30px;
    }

  
    .st::before {
      content: "";
      position: absolute;
      top: -14px;
      z-index: 1;
      right: -15px;
      display: block;
      border-radius: 59px;
      background: #b1dae7;
      width: 55px;
      height: 55px;
      transition: all 0.3s ease;
    }
    .page {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: linear-gradient(to bottom,
          #00acb51f 0%,
          #00abb559 50%,
          #00acb51f 100%) !important;
      height: fit-content !important;
    }

  
  .home-about-m{
    margin-bottom: 3rem; max-width: 50%
  }
  .paragraph-mb {
    margin-bottom: 4rem;
  }
  .paragraph-border {
    border-bottom: 2px solid #ffb4b8;
  }
  .about-quote {
    color: #234567;
    margin-top: 40px;
    line-height: 47px;
  }
  .about-section-title {
    z-index: 2;
    text-align: center;
    margin-top: 1.2rem;
    font-size: 32px;
    margin-bottom: 49px;
    color: #234567;
    position: relative;
  }
  .about-card {
    direction: rtl;
    text-align: justify;
    background: #e7f7f8;
    padding: 29px;
    border-radius: 16px;
  }
  .about-card--first {
    width: 598px;
    margin-right: 20px;
  }
  .about-card--second {
    width: 598px;
  }
  .about-card--full {
    margin-top: 20px;
    margin-right: 20px;
  }
  .about-card-title {
    margin-top: 1.2rem;
    font-size: 27px;
    color: #234567;
    position: relative;
  }
  .about-card-title--mb {
    margin-bottom: 20px;
  }
  .about-text-mt {
    margin-top: 2rem;
  }
  .home-mamad-card {
    direction: rtl;
    text-align: justify;
    background: #e7f7f8;
    padding: 29px;
    border-radius: 16px;
    width: 598px;
    height: fit-content;
  }
  .home-mamad-papar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 4rem;
    position: relative;
  }
  @media (max-width: 991px) {
  .home-about-m{
   max-width: 95%
  }
    .home-mamad-papar {
      width: 96%;
    }
    .home-mamad-card {
      max-width: 96%;
    }
  }
