#banner header img {
  width: 150px;
  right: 0;
  left: 0;
  margin: auto;
}
#banner .inner {
  padding-top: 50px;
  border: 0;
}

#banner {
  min-height: 100vh;
}

#courses {
  background-color: #6cc091;
}

#courses * {
  color: white;
}

#courses .icon {
  font-size: 45px;
}

#courses p {
  color: #fefefe;
}

#footer header * {
  color: white !important;
}

#footer header h2 {
  font-size: 2.75em;
}

.address {
  margin: 100px 0;
}
.address__text {
  font-size: 20px;
}
.address__text b {
  font-size: 25px;
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
.address__text .icon {
  color: #efefef;
  font-size: 15px;
  width: 40px;
  display: inline-block;
  text-align: center;
}
.address__map {
  width: 50%;
  height: 300px;
  border: 2px solid #fefefe;
  border-radius: 3px;
}
.address__map iframe {
  width: 100%;
  height: 100%;
}