#intelligence {
  background: #f7f7f7;
}

#intelligence #header {
  background: #dce6f1;
  text-align: center;
  padding: 30px 0px;
}

#intelligence #sections {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  flex-wrap: wrap;
}

#intelligence #sections .section {
  flex: 0 1 30%;
  background: #ffffff;
  height: 250px;
  box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  -webkit-box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  -moz-box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
}

#intelligence #sections .section i {
  font-size: 36px;
}

#intelligence #sections .section h5 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#intelligence #sections .section a {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  #intelligence #sections {
    flex-direction: column;
  }

  #intelligence #sections .section {
    padding: 20px;
  }
}
