/** Shopify CDN: Minification failed

Line 54:4 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:our-team (INDEX:68) */
.team-wrapper {
      display: flex;
      justify-content: center;
      padding-bottom: 32px;
    }
    .our-team-members {
      display: inline-block;
    }
    .team-heading{
      margin-bottom: 0;
      font-size: 30px;
    }
    .our-team-info {
      padding-bottom: 16px;
    }
    .team-members {
      display: flex;
      flex-direction: column;
      max-width: fit-content;
      gap: 12px;
    }
    .member {
      display: flex;
      max-width: fit-content;
      gap: 16px;
      align-items: center;
    }
    .member__image {
      max-width: 80px;
      max-height: 80px;
      flex-grow: 1;
    }
    .member-info {
      flex-grow: 3;
    }
    .member-name {
      max-width: fit-content;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #012169;
      letter-spacing: -.01em;
  }
    }
    .member-designation {
      max-width: fit-content;
    }
    .member-phone {
      max-width: fit-content;
    }
    .member-email {
      max-width: fit-content;
    }
/* END_SECTION:our-team */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-reviews (INDEX:202) */
h2.h2.fera-reviews-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 32px;
  }
/* END_SNIPPET:product-reviews */