.image-container {
    position: relative;
    width: 100%;
  }
  
  .image-container img {
    width: 100%;
    height: 150px;
  }
  
  .text-overlay {
    font-family: 'Alata';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 50px;
    color: white;
    
  }

 @media  (max-width: 1035px) {
    h3.service-description{
      text-align: center;
    }
  
 }