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

.future-left_column h2 {
    color: #fff;
    font-size: 40px;
    height: 100px;
    line-height: 50px;
    width: 310px;
}

.future-right_column {
    color: #fff;
    height: 136px;
    margin: 0;
    width: 466px;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#}


