.banner {
  background-color: #323875;
  background: url("../imgs/sliders/slider9.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  height: 65vh;
}
p{
  text-align: justify;
}
.banner img {
  width: 100%;
  height: 100%;
}

.chairman {
  margin: 2em auto;
}

.chairman img {
  width: 80%;
  margin: 1em 0 2em 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.chairman h3 {
  color: #323875;
  font-weight: bold;
  line-height: 2em;
}

.flexit {
  display: flex;
  align-items: center;
}

.recpro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  text-align: center;
}

.recpro li:not(.arrows) {
  text-transform: capitalize;
  list-style: none;
  padding: .5em;
  border: 3px solid #323875;
  width: 50%;
  border-radius: 1em;
}

.recpro .arrows {
  list-style: none;
  font-size: 2em;
  padding: 0;
  line-height: .5em;
  color: #323875;
}

.network {
  margin: 2em auto;
  overflow: hidden;
}

.network img {
  width: 100%;
}
.network ol li{
  font-size: .9em;
}
.network ol{
  width: 100%;
}

.projectable tr td{
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .banner {
    background: url("../imgs/sliders/slider9.jpg") center no-repeat;
  }

  .chairman h4 {
    font-size: 1.5em;
  }

  .recpro li:not(.arrows) {
    width: 100%;
  }
  .network .col-8, .network .col-4{
    padding: 0;
  }
  .network ol li{
    font-size: .7em;
  }
}
