.features{
 background: white;
 color: gray;
 padding: 20px;
 display: flex;
 flex-direction: row;
}

.features-figures{ 
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  }
  
.features-figures-img{
  border: 1px solid white;
  border-radius: 50%;
  box-shadow: black 0px 0px 20px;
  width: 200px;
  }