.doc-gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.doc-frame{
  width: 30%;
  max-width: 320px;
  text-align: center;
  font-size: 15px;
  margin: 0 12px 24px 12px;

  img{
    box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.08);
    transition: 0.2s;
  }

  img:hover{
    box-shadow: 0 4px 24px 4px rgba(0, 110, 199, 0.2);
  }

  .doc-title{
    margin-top: 12px;
  }
}
