.plans_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.plans_section .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8rem 0rem;
}

.plans_table {
  margin-top: 1rem;
  width: 80%;
  border: 1px solid var(--light_blue);
}

.plans_section tr:nth-child(even) {
  background-color: var(--light_blue);
}

.plans_table th,
.plans_section td {
  text-align: center;
  padding: .5rem;
}

.plans_table th {
  padding-top: 1rem;
  color: var(--dark_blue);
  padding-bottom: 1rem;
}