
.panel {
  background-color: #fff;
  border-radius: 10px;
  /* padding: 15px 25px; */
  position: relative;
  width: 100%;
  z-index: 10;
}

/* .contact-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
} */

@media (min-width: 900px) {
  .contact-table {
    flex-direction: row;
  }
}

.contact-table * {
  text-align: center;
  text-transform: uppercase;
}

.contact-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.contact-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .contact-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .contact-plan:last-child {
    border-right: none;
  }
}

.contact-name {
  color: #000;
  font-weight: 600;
  text-transform: none;
  height: 35px;
}

.contact-header {
  color: #00a29e;
  font-weight: 600;
  letter-spacing: 1px;
  min-height: 90px;
}

.contact-features {
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 25px;
  text-transform: none;
  min-height: 70px;
}

.contact-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.contact-button {
  border: 1px solid #00a29e;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  /* margin: 25px 0; */
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.contact-button:hover,
.contact-button:focus {
  background-color: #00a29e;
  color: #fff;
}

.contact-spacer {
	margin-bottom: 94px;
}

@media only screen and (max-width:899px) {
	.contact-spacer {
		margin-bottom: 0;
	}
}