/*.about-main-graphic {
  text-align: center;
}
.about-main-picture {
  height: 25em;
  border-radius: 2%;
}

.about-call-to-action {
  margin-top: 1em;
  text-align: center;
}
  .btn-primary {
      color: #efefef;
      background-color: #428bca;
      border-color: transparent;
  }

  .btn {
      display: inline-block;
      text-decoration: none;
      -webkit-transition: all 100ms ease;
      transition: all 100ms ease;
      border: 2px solid transparent;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-weight: 700;
      text-align: center;
      background-image: none;
      padding: 12px 24px;
      font-size: 14px;
      line-height: 1.428571429;
      border-radius: 6px;
  }

.about-gosukkah{
  text-align:center;
  margin:auto;

}

.about-our-team h2{
  text-align: center;
}

.about-our-team img{
  width:120px;
  height:120px;
  border-radius:50%;
  margin: 0px;
}

.about-members {
  display: flex;
  justify-content: center;
}

.about-member {
  text-align: center;
  padding: 2em;
}

.our-team-text{
  padding-top:10px;
  clear:both;
  text-align: center;
  font-size:1.5em
 
}

.about-final-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.about-final-content-row {
  flex-wrap: wrap;
  text-align: center;
}
.about-final-content img { 
  border-radius: 30%;  
  padding: 0.5em;
}*/