#realpress-compare-table h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: black;
  flex-basis: 100%;
}
#realpress-compare-table img {
  width: 200px;
  height: auto;
}
#realpress-compare-table th {
  position: relative;
}
#realpress-compare-table th .remove {
  position: absolute;
  right: 10%;
  cursor: pointer;
  color: red;
}