
  .caseStudyContainer {
    padding: 1em;
    
    display: grid;
    grid-template-rows: auto;
    gap: 1em;
    grid-template-columns: 1fr;
    
    justify-items: stretch;
      
    align-self: stretch;
    
    box-shadow: 0em 0.1em 0.2em rgba(0, 0, 0, 0.1);
    background-color: #f5f8f9;
  }
  
  .caseStudyContainer p {
    margin-bottom: 0em;
  }
  
  .caseStudyContainer a {
    color: #fb6262
  }
  
  .caseStudyContainer img {
    width: 100%;
    box-shadow: 0em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  }
