@media (max-width: 767px) {
    .column-2 {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
}
