﻿.image-text-grid {
  position: relative;
  padding-bottom: 70px;
}
.image-text-grid img {
  width: 100%;
  margin: 20px 0;
}
.image-text-grid .content {
  font-family: "museo-slab";
  text-align: center;
}
.image-text-grid .content h4 {
  font-size: 20px;
}
.image-text-grid .content h5 {
  font-size: 16px;
}
.image-text-grid .content p {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
}
