#useful h4 + p {
  margin-bottom: 4rem;
}
#useful ol {
  margin-bottom: 4rem;
}
.useful_content_container .useful_content_wrapper {
  transition: 0.5s;
  border-top: 2px solid #FF9BA7;
}

.useful_content_container .useful_content_wrapper label {
  margin: 0 !important;
  width: 100%;
  display: inline-block;
  font-size: 2.1rem;
  margin: 3rem 0;
  line-height: 1.5;
  font-weight: 700;
}

.useful_content_container .useful_content_wrapper label span::after {
  content: "\2193";
  font-family: "Icons";
  color: #FF9BA7;
  position: absolute;
  right: 2%;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.useful_content_container .useful_content_wrapper input:checked + label + .useful_content {
  height: auto;
  padding: 2rem 0;
}
.useful_content_container .useful_content_wrapper input:checked + label {
  background-color: #FF9BA7;
}
.useful_content_container .useful_content_wrapper input:checked + label span::after {
  content: "\2191";
}

.useful_content_container .useful_content_wrapper label span {
  position: relative;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto !important;
  display: block;
  padding: 2rem 4% 2rem 0;
  text-align: left;
}

.useful_content_container .useful_content_wrapper label span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #FF9BA7;
  margin-right: 1rem;
  vertical-align: middle;
}
.useful_content_container .useful_content_wrapper input:checked + label,
.useful_content_container .useful_content_wrapper input:checked + label span::after {
  color: #ffffff;
}
.useful_content_container .useful_content_wrapper input:checked + label span::before {
  background-color: #ffffff;
}

.useful_content_container .useful_content_wrapper .box {
  margin: 0 auto;
}

.useful_content {
  background: #fff5f0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.useful_content h4 {
  color: #FF9BA7;
}

.useful_content .red {
  color: #e62846;
}
