.twitter-posts{
    gap:10px;
}

.twitter-posts .column {
    flex:50%;
    max-width: 50%;
    gap:10px;
    padding:10px;
}

@media (max-width: 1200px) {
    .twitter-posts .column {
      flex: 100%;
      max-width: 100%;
      justify-content: center;
    }
}