.description, .reflection {
  width: 70%;
}

.flex-item {
  border: none;
  margin: 0 10px;
}

.lp-plan {
  border: 2px solid black;
}

hr {
  width: 80%;
  height: 5px;
  background-color: grey;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.accordion {
  background-color: cornflowerblue;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding:0 18px;
  margin-bottom: 20px;
  background-color: #212121;
  color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  line-height: 1.5;
}

.panel a {
  color: white;
}

.panel a:hover {
  color: cornflowerblue;
}

.panel p {
  padding-top: 20px;
}

.rating {
  margin-bottom: 20px;
  text-align: center;
}

/* Media Queries */
reflection {
  width: 70%;
}