.services-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/page-headers/amsolutions-services-banner.jpg") center/cover no-repeat;
}
.services-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.services-section .text-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.services-section .services-text {
  color: white;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 10px;
}
.services-section .breadcrumbs {
  color: white;
  font-size: 1em;
  font-weight: normal;
}

figure figcaption {
  display: none;
}
