.placeholder-wrapper-3{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    z-index: 100;
    height: 20vh;
    background: rgb(83, 133, 162);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-bottom: 20%;
  }
  
  .placeholder-3{
    grid-column: 2;
    grid-row: 2;
    text-align: center;
  }