.lineTable {
  display: table;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1240px) {
  .lineTable {
    display: none;
  }
}
