.reference {
  display: flex;
  margin-top: 200px;
  position: fixed;
  z-index: 400;
  margin-left: -287.98px;
  transition: margin-left 0.4s ease-out;
}

.reference:hover {
  margin-left: 0;
}

.reference_box {
  display: flex;
  border: 1px solid #c7c7c7;
  border-radius: 0 0 8px 0;
  background-color: white;
}

.reference_content {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.reference_header {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1c;
}

.reference_cols {
  display: flex;
  column-gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
}

.reference_users {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.reference_logo img {
  width: 100px;
}

.reference_text span {
  font-size: 15px;
}

.reference_text a {
  font-family: "Ubuntu", sans-serif;
  color: #222;
  transition: color 0.2s ease-out;
}

.reference_text a:hover {
  color: #009901;
}

.reference_info {
  border: 1px solid #c7c7c7;
  border-radius: 8px;
}

.recom {
  display: flex;
  column-gap: 16px;
  padding: 11px;
  align-items: center;
  font-size: 14px;
  background-color: #009901;
  border-radius: 8px 8px 0 0;
}

.reference_percent {
  font-size: 32px;
  font-weight: 500;
  color: white;
}

.reference_recomtext {
  color: white;
}

.reference_review {
  padding: 8px;
}

.reference_1box {
  display: flex;
  justify-content: space-around;
}

.review_text {
  font-size: 15px;
}

.review_stars svg {
  width: 15px;
  height: 15px;
}

.faqx {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}

.faqx span {
  font-weight: 500;
}

.advantage {
  display: flex;
  justify-content: center;
}

.advantage span {
  font-size: 15px;
}

@media (max-width: 800px) {
  .reference {
    display: none;
  }
}
