#aboutBanner img, #joinBanner img {
  width:100%;
}

.aboutUs,.joinMessage {
  margin: 0 auto;
  margin-top:7rem;
  width: 80%;
  word-break: break-word;
  margin-bottom:7rem;
  line-height: 3rem;
  text-align: justify;
}

.aboutUs h3, .joinMessage h3 {
  text-align: center;
  font-size: 2rem;
  color: #128cc5;
  animation: fade-in 4s ease 0s 1;
}

.aboutUs article, .joinMessage article {
  color:#128cc5;
  animation: fade-in 4s ease 0s 1;
}

@keyframes fade-in { 
  0%{opacity: 0;}
  100%{opacity:1;}
}