#about {
    display: relative;
    text-align: center;
    margin: 0 auto;
}

.section {
  padding: 10px 0;
  margin: 0 25px;
}

.sectionImg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #fff;
}

.sectionImg img {
  height: 200px;
}

.sectionImg .heading {
  position: relative;
  padding-top: 50px;
  line-height: 2rem;
  flex-grow: 1;
}

.sectionImg .textOverlay {
  font-size: 2rem;
}

.quote {
  line-height: 150%;
  font-size: 0.8em;
  font-style: italic;
  display: inline-block;
}


/* Flex */

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* *** Components *** */

.component {
  background-color: #deeced;
  border: 1px solid #deeced;
  border-radius: 10px;
  width: 350px;
  margin: 1%;
  padding: 1%;
}

.component img {
  width: 80%;
  margin: 10px 0;
}

.component .statement {
  margin-bottom: 3%;
  margin-left: 6%;
  line-height: 150%;
  text-align: justify;
  font-size: 0.8rem;
}

/* *** Advisors *** */

.advisor {
  background-color: #deede6;
  border: 1px solid #deede6;
  border-radius: 10px;
  width: 250px;
  margin: 1%;
  padding: 1%;
}

.advisor .advisorPic img {
  height: 250px;
}

.advisor .advisorStatement {
  line-height: 150%;
  text-align: justify;
  font-size: 0.8rem;
}

.advisor .advisorStatement b {
  font-size: 1.2em;
}

/* *** Testimonials *** */

.testimonial {
  width: 250px;
  background-color: #ede5de;
  border: 1px solid #ede5de;
  border-radius: 10px;
  margin: 1%;
  padding: 1%;
}

.testimonial b {
    font-size: 1.1em;
}

.testimonial img {
    width: 50%;
}

.testimonial .quote {
  text-align: justify;
}

.testimonial .picture {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.testimonial .picture img {
  width: 60%;
}


/* *** Video *** */

.video {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.video img {
  width: 80%;
}

.playBtnOverlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.playBtnOverlay i {
position: absolute;
top: 32%;
left: 44%;
color: white;
opacity: 0.6;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
