.header {
  text-align: center;
  /* border-bottom: 1px solid #ddd; */
}
table {
  /* border: 1px solid green; */
  /* border-collapse: collapse; */
  margin: 0;
  padding: 0;
  width: 100%;
}
.image4 {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .tableResponsive {
    display: flex;
    flex-direction: column-reverse;
  }
  /* .image {
    padding-left: 150px;
  } */
  .image img{
    max-width: 370px;
  }
  .image2 {
    float: left;
  }
}
