
.column {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.pro {
  background-color: #d1e7dd;
  color: #0f5132;
}

.anti {
  background-color: #f8d7da;
  color: #842029;
}

h2 {
  text-align: center;
  width: 100%;
}

.wrapper {
  width: 100%;
}
