.banner {
  width: 100%;
  background: #91c3ba url(../images/about-banner-scaled.jpg);
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-attachment: scroll;
}
.banner h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  text-transform: none;
  color: #684682;
}
.content {
  padding: 50px 0;
}
.content h2 {
  font-size: 32px;
  color: #684682;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.content p {
  margin: 40px 0;
}
.content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .img a {
  min-width: 200px;
  width: 19%;
  display: block;
  border: 10px solid #f6efe4;
  transition: 0.2s;
  margin-bottom: 20px;
}
.content .img img {
  width: 100%;
  height: 100%;
}
.content .img a:hover {
  transform: scale(1.1);
}
.content .more {
  display: block;
  width: 300px;
  margin: 30px auto;
  padding: 10px;
  border-radius: 10px;
  background: #ffd51e;
  color: #684682;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
}
.content .more img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
.content .more:hover {
  width: 350px;
}
.content .row2 {
  text-align: center;
  background: #66d7de;
  padding: 50px;
  color: #684682;
}
.content .row2 img {
  height: 180px;
}
.content .row2 h3 {
  font-weight: normal;
  font-size: 28px;
  margin-top: 30px;
}
.content .row2 p {
  margin: 30px 0;
}
.content .row2 a {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
.content .img a {
      min-width: 50%;
}
.banner {
 width: 100%;
 padding: 0;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 100% 100%;
 background-attachment: scroll;
}
.banner h2 {
  font-size: 25px;
}

}