@charset "UTF-8";
.table_flex {
    display: flex;
    gap: 80px;
}

@media screen and (max-width: 767px) {
.table_flex  {
flex-direction: column;
gap: 20px;
}
}