#who-we-are {
  background: linear-gradient(90deg, #97959b 40%, #ffffff 40%);
}

.about-who-wrapper {
  display: grid;
  grid-template-columns: 7fr 4fr 1fr;
  grid-column-gap: 30px;
}
.about-who-img-wrapper { 
  padding: 120px 20px 120px 0;
  background: #97959B;
  display: grid;
  position: relative;
}
.about-who-img-wrapper h2 {
  align-self: start;
}
.about-who-wrapper img {
  background: #97959B;
  align-self: normal;
}
.about-who-text-overlay {
    position: absolute;
    font-family: "urw-din-condensed", sans-serif;
    font-size: 150px;
    font-weight: 700;
    color: #ffffff1c;
    bottom: 26px;
    left: 0px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.about-stats-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /*grid-row-gap: 25px;*/
  padding: 30px 0;
}
.about-stats-item {
  display: grid;
  background: white;
  grid-template-columns: 2fr 30px 2fr;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.about-stats-item:last-child {
  margin-bottom: 0; 
}
.about-stats-item p {
    line-height: 1.3em
}
.about-stats-wrapper b {
  border-left: 1px solid red;
  height: 100%;
}
.about-stats-item:nth-child(1) h2, .about-stats-item:nth-child(2) h2, .about-stats-item:nth-child(3) h2 {
     font-size: 55px;    
}
.about-stats-item:nth-child(4) p {
     font-size: 16px;    
}
.about-stats-item:nth-child(5) div h5 {
     font-size: 20px;
     line-height: 1.3em;
     font-family: "urw-din-condensed", sans-serif;
    margin-bottom: 10px;
  transition: all .4s ease-in-out;
}
.about-stats-item:nth-child(5) div h5 a:hover {
  color: #2a7fc1;
}
.about-stats-item div {
    justify-self: left;
    padding-left: 5px;
}
.about-stats-item h5.eyebrow {
    justify-self: end;
    margin-right: 20px;
}
.about-stats-markets {
  column-count: 2;
}
@media (max-width: 1460px) {
  .about-stats-markets {
    column-count: 1;}
}  

@media (max-width:1100px) {
    #who-we-are {background: none;
  }
    .about-who-img-wrapper::after {
      content: "";
      background: #97959b;
      width: 120%;
      top: 0;
      left: -10%;
      position: absolute;
      height: 100%;
      z-index: -1;
  }
  .about-who-wrapper {
    grid-template-columns: 1fr;
  }
  .about-who-img-wrapper {
    background: transparent;
    position: relative;
    padding: 60px 0;
   }
  .about-stats-wrapper {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row ;
    grid-row-gap: 50px;
    padding: 100px 0 40px;
  }
  .about-stats-item:nth-child(1), .about-stats-item:nth-child(2), .about-stats-item:nth-child(3) {
     flex-shrink: 3; min-width: 9%;
  }
  .about-stats-item:nth-child(4), .about-stats-item:nth-child(5) {
    flex-grow: 2; width: 40%;
  }
  .about-stats-item {
    align-content: center;
    justify-items: center;
    justify-self: normal;
  }
  .about-stats-markets {
    column-count: 2;}
  }  
}

@media and (max-width: 770px) {}



@media (min-width: 551px) and (max-width: 770px) {
    .about-stats-item {
    grid-template-columns: 2fr 20px 2fr;}
    .about-stats-wrapper {
      grid-row-gap: 30px;
      grid-column-gap: 5px;} 
  .about-stats-item:nth-child(1), .about-stats-item:nth-child(2), .about-stats-item:nth-child(3) {
      flex-shrink: 5;
      min-width: 20%;
      max-width: 30%;}
  .about-stats-item:nth-child(4), .about-stats-item:nth-child(5) {
      flex-grow: 10;
      min-width: 40%;}
  .about-stats-item h5.eyebrow {
    margin-right: 0px;}
  .about-stats-item div {
    padding-left: 0px;}
}

@media (max-width:600px) {   
  .about-stats-item {
    grid-template-columns: 2fr 40px 2fr;}
    .about-who-img-wrapper {
    padding: 50px 0;}
    .about-stats-wrapper {
      grid-column-gap: 50px;
      grid-row-gap: 30px;
      flex-direction: column;
      padding: 50px 0;
  grid-row-gap: 30px;}
  .about-stats-item:nth-child(4), .about-stats-item:nth-child(5) {
    flex-grow: 2;
    width: 90%;}
  .about-stats-item:nth-child(1), .about-stats-item:nth-child(2), .about-stats-item:nth-child(3) {
    min-width: 50%;
    max-width: 90%;}
  .about-who-text-overlay {
    font-size: 24vw;
    bottom: .18em;}
}