{#
.two_column_container{
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-between;
}

.six-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-left: 25px;  
       
}

.card{
        width: 226px;
        margin-left: -50px;
        display: inline-block;
        filter: drop-shadow(5px 5px 5px gray) drop-shadow(8px 8px 8px gray);
        cursor: pointer;       
}

    .card:nth-child(odd){
        margin-bottom: 50px;
    }
    .card:nth-child(even){
        margin-top: 50px;
    }


  .article{
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s, transform 1s;
  }

    .article2{
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 1s, transform 2s;
  }



 #}




