.flex-container{

    width: 1200px;

    padding: 0;

}



.flex-table{

    width: 100%;

    display: flex;

    align-content: center;

    text-align: left;

    flex-wrap: wrap;

}



.col1{

    width: 300px;

}



.col2{

    width: 300px;

}



.col3{

    width: 300px;

}



.col4{

    width: 300px;

}



.last{

    padding-bottom: 8rem;

}

.headline-col{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}