  /**
 * @file
 * team section styles below 768
 */
  :root {
    --img-center-width: 60%;
    --img-top-left-width: 35%;
    --img-top-left-top: 18%;
    --img-top-left-left: 5%;
    --img-bottom-left-width: 25%;
    --img-bottom-left-bottom: 13%;
    --img-bottom-left-left: 4%;
    --img-top-right-width: 25%;
    --img-top-right-top: 12%;
    --img-top-right-right: 5%;
    --img-bottom-right-width: 37%;
    --img-bottom-right-bottom: 19%;
    --img-bottom-right-right: 1%;
  }
