.partner-section {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-between;
            height: 100%;
            gap: 40px;
            padding-bottom: 100px;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
          }
          .partner-content {
            display: flex;
            width: 46%;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 60px;
          }
          .partner-card {
            width: 46%;
          }
          .partner-content h2 {
            font-family: "Beatricetrial";
            font-weight: 500;
            font-size: 40px;
            line-height: 52px;
            color: #000000;
          }
          .partner-content .partner-stats {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: flex-start;
          }
          .partner-content .partner-stats .number {
            font-family: "Beatricetrial";
            font-weight: 500;
            font-size: 64px;
            line-height: 68px;
            color: #E32E2E;
          }
          .partner-content .partner-stats .label {
            font-family: "Beatricetrial";
            font-weight: 500;
            font-size: 32px;
            line-height: 100%;
            color: #000000;
          }
          .peragraphs_div p {
            font-family: "Beatricetrial";
            font-weight: 400;
            font-size: 16px !important;
            line-height: 30px;
            color: #000000;
            margin-bottom: 25px;
          }
          /* Our Team section css start */
          .team-section {
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding: 100px 20px 40px 20px;
          }
          .team-section p {
            font-family: "Beatricetrial";
            font-weight: 400;
            font-size: 16px !important;
            line-height: 30px;
            color: #000000;
            margin-bottom: 25px;
          }
          .team-grid {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
          }
          .team-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 10px;
          }
          .team-photo img {
            margin-bottom: 20px;
            border-radius: 10px;
          }
          @media screen and (max-width: 768px) {
            .partner-section {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              align-content: center;
              justify-content: space-between;
              height: 100%;
              gap: 20px;
              padding-bottom: 100px;
              width: 100%;
              padding-left: 20px;
              padding-right: 20px;
            }
            .partner-content {
              display: flex;
              width: 48%;
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              gap: 20px;
            }
            .partner-content h2 {
              font-family: "Beatricetrial";
              font-weight: 500;
              font-size: 28px;
              line-height: 38px;
              color: #000000;
            }
            .partner-content .partner-stats .number {
              font-family: "Beatricetrial";
              font-weight: 500;
              font-size: 48px;
              line-height: 58px;
              color: #E32E2E;
            }
            .partner-content .partner-stats .label {
              font-family: "Beatricetrial";
              font-weight: 500;
              font-size: 28px;
              line-height: 100%;
              color: #000000;
            }
            .peragraphs_div p {
              font-family: "Beatricetrial";
              font-weight: 400;
              font-size: 14px !important;
              line-height: 30px;
              color: #000000;
              margin-bottom: 15px;
            }
          }
          @media screen and (max-width: 480px) {
            .partner-section {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              align-content: center;
              justify-content: space-between;
              height: 100%;
              gap: 20px;
              padding-bottom: 60px;
              width: 100%;
              padding-left: 20px;
              padding-right: 20px;
            }
            .partner-content {
              display: flex;
              width: 100%;
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              gap: 20px;
            }
            .partner-card {
              width: 100%;
            }
            .team-grid {
              display: flex;
              flex-direction: column;
              align-items: center;
              gap: 40px;
              flex-wrap: wrap;
            }
          }