﻿.inspiration-image {
  margin-bottom: 20px;
}
.inspiration-image .text {
  font-family: 'Aerotype - Zooja Light Pro', Aerotype;
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .inspiration-image {
    margin-bottom: 40px;
  }
}
.headingHolder.inspiration-image {
  margin-bottom: 20px;
}
.headingHolder.inspiration-image .text {
  font-family: 'Aerotype - Zooja Light Pro', Aerotype;
  font-size: 80px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .headingHolder.inspiration-image .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}