#president {
  margin-top: 32px;
  margin-bottom: 64px;
}

#president .president {
  width: 782px;
  max-width: 100%;
}

#president .row {
  width: 782px;
  position: absolute;
}

#president .blockquote {
  width: 460px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 10%;
  color: white;
  background-color: #0000009e;
  padding: 12px;
}

@media (max-width: 990px) {
  #president .blockquote {
    width: 400px;
    font-size: 14px;
    right: 0;
  }
}

#president .blockquote-footer {
  color: white;
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}

.card p {
  font-size: 12px;
  line-height: 20px;
}

.card h6{
  font-size: 14px;
  min-height: 32px;
}

@media (max-width: 991px) {
  #president
 .card p { 
    font-size: 12px;
    line-height: 24px;
    padding-top: 16px;
  }
}
#president .card footer {
  padding-top: 0px;
  padding-left: 24px;
  padding-bottom: 12px;
  color: white;
  text-align: right;
}

#president .card footer img {
  width: 200px;
  margin-left: 24px;
  margin-right: 48px;  
  vertical-align: bottom;
}

@media (max-width: 991px) {
  #president
 .card footer {
    padding-left: 0;
    text-align: center;
  }
  #president
 .blockquote-footer::before {
    display: none;
  }
  #president
 .blockquote-footer > div {
    margin-top: 24px;
    opacity: 0.8;
    border-top: solid 1px #ddd;
    display: block !important;
    padding-top: 16px;
  }
  #president
 .card footer img {
    margin: 0;
    margin-top: 12px;
  }

}

#about h2{
    padding-left: 0px;
}

#about .subtitle h2{
    display: inline-block;
    font-size: 22px;
    vertical-align: bottom;
}

#about .subtitle{
    width: 100%;
}

.subtitle h2{
    display: inline-block;
    font-size: 22px;
    vertical-align: bottom;
    color: #333;
    font-weight: bold;
    letter-spacing: 2.4px;
}

#about {
    padding:40px 0px;
}

h1{
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2.4px;
}

.member-top-img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
}
