.flex_container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
