/* SHAPA RESULT STYLES */

.our-results {
  margin-top: 120px;
}

.our-results h1 {
  text-align: center;
}

.results-container {
  width: 80%;
  margin: 20px auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shapa-result-container {
  box-sizing: border-box;
  width: 30%;
  height: 45%;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result-icon {
  height: 30%;
  max-height: 65px;
  margin-bottom: 15px;
}

.result-percentage {
  font-size: 2em;
  font-weight: 800;
  padding-bottom: 5px;
}

.result-description {
  color: black;
  max-width: 240px;
}

.result-description, .result-description span {
  line-height: 1.2em;
}

.result-description span.bold {
  font-weight: 600;
  color: black;
}


/* STUDIES SECTION */

.studies-show {
  background-color: #eeeeee;
  padding: 20px;
  text-align: center;
}

.studies-show .result-description {
  width: 65%;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.studies-show .result-description .orange {
  font-size: 1.5em;
  font-weight: 600;
}

.studies-show .medical-costs {
  padding: 0px;
}

.studies-show .medical-costs sup {
  font-size: 0.6em;
  position: relative;
  bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .our-results {
    margin-top: 50px;
  }
}

@media screen and (max-width: 800px) {
  .shapa-result-container {
    width: 50%;
  }

  .result-description {
    font-size: 1em;
    color: black;
  }

  .studies-show .result-description {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .our-results {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .result-icon {
    max-height: 45px;
  }

  .results-container {
    margin-top: 30px;
  }

  .shapa-result-container {
    padding: 15px;
  }

  .result-description {
    font-size: 0.8em;
    color: black;
  }
}