.membership-information {
  padding-top: 15px;
  float: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.membership-type {
  font-family: inherit;
  width: 30%;
  margin: 1.5% 1.5%;
  display: inline-flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .membership-type {
    width: 100%
  }
}

.membership-title {
  background-color: #425465;
  padding: 10px 0px;
  margin: 0;
  color: white;
  text-align: center;
}

.membership-description {
  background-color: #4c7397;
  padding: 0 20px;
  margin: 0;
  color: white;
  vertical-align: top;
  flex: 1;
}

.membership-type-image {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 0;
}

.question {
  width: 95%;
  margin: 15px 0;
  background-color: #425465;
  padding: 15px 2.5%;
  color: white;
}

.question:hover {

  background-color: #4c7397;

}

.selected-question {
  background-color: #4c7397 !important;
}

.answer {

  margin: 15px 15px;

}
