.about {
  background-color: #FFF;
  width: 100%;
  color: #000;
  padding-top: 3em;
  padding-bottom: 3em;
}

.about h3 {
  font-size: 45px;
  color: rgb(43, 108, 163);
}

.about p {
  font-size: 17px;
  text-align: center;
  line-height: normal;
}

.about img {
  width: 150px;
  height: 150px;
}
