/*ROUND IMAGES*/

.images > .row a > img{
  width: 95%;
  max-width: 250px;
  padding: 20px 0;
  border-radius:50%;
}
.images > .row a{
  width: 120px;
  height: 120px;
}
.images .row{
  margin: 0 -25px;
}
  

h1{
    color: #e7e7e7;
}

.center-block{
    text-align: center;
}

.line{
  max-width: 15%;
  margin: 20px auto 40px;
}
.bottom {
    margin-bottom: 75px
}

@media (min-width: 1200px) {
    .five{
      width: 20%
  }
}

@media (max-width: 451px) {
  .five{
      width: 50%;
  }
}