.DocumentsListComponent {
  padding: 5rem 0;
  color: red; }
  .DocumentsListComponent .box {
    box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    margin-top: 3rem;
    background-color: white;
    min-height: 12rem; }
    .DocumentsListComponent .box:hover {
      background-color: #c1cbd0; }
  .DocumentsListComponent .documents-list-image-col {
    min-height: 14rem;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat; }
  .DocumentsListComponent .documents-list-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.1);
    width: 4.5rem;
    height: 4.5rem; }
    @media (min-width: 1920px) {
      .DocumentsListComponent .documents-list-image {
        width: 5rem;
        height: 5rem; } }
    @media (max-width: 767px) {
      .DocumentsListComponent .documents-list-image {
        margin: auto auto 2rem auto; } }
  .DocumentsListComponent h3 {
    margin-bottom: 2rem;
    transition: color 0.3s ease-in-out; }
  .DocumentsListComponent a {
    color: #515150;
    font-weight: 600;
    transition: color 0.3s ease-in-out; }
    .DocumentsListComponent a:after {
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.875rem;
      height: 0.875rem;
      display: inline-block;
      transform: rotate(90deg);
      margin-left: 1rem;
      vertical-align: middle; }

