.image-bar .grid__item {
    display: block;
}

@media screen and (min-width: 769px){
  .image-bar .grid__item:not(:last-child){
    border-right: 1px solid white;
  }
}
.image-bar--single-image {
    text-align: center;
}
.image-bar--single-image .img-responsive {
    display: inline-block;
}
.image-bar--title {
    text-align: center;
}
.image-bar--description p {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .image-bar > div {
        margin-bottom: 3rem;
    }
    .image-bar > div:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 992px) {
    .homepage-section--image-gallery-wrapper .image-bar--single-column-mobile .grid__item {
        margin-bottom: 30px;
    }
}
.homepage-section--image-gallery-wrapper .icon--placeholder {
    max-height: 200px;
}

.image-bar .image-bar--title{
  font-size: 20px;
}

