.title-span {
    font-size: 12px;
    color: gray;
}

.jesus-star-statistics {
  display: flex;
  flex-direction: column;
}

.jesus-star-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.jesus-star-rating {
  font-weight: bold;
  margin-right: 5px;
}

.jesus-star-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.jesus-progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ddd;
  position: relative;
}

.jesus-progress {
  height: 100%;
  background-color: #0c110c;
}

.jesus-percentage {
  margin-left: 5px;
}

.star-checkbox-class {
  margin-right: 2%;
}

/*@media (max-width: 767px) {*/
/*  #review-statistics {*/
/*    display: block;*/
/*  }*/
/*}*/

/*@media (min-width: 767px) {*/
/*  #review-statistics {*/
/*    display: none;*/
/*  }*/
/*}*/

.jesus-review-statistics {
  margin-right: 2%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  box-shadow: 1px 2px 4px rgba(99, 102, 146, 0.1);
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 24px;
  /* margin-bottom: 2%; */

  @media only screen and (max-width: 1120px) {
  width: 100%;
  height: auto;
  /* margin-top: 24px; */
  }

  @media only screen and (max-width: 1000px) {
    margin-bottom: 24px;
  }
}

.jesus-main-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  /* flex-direction: row; */
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
  width: 100%;
  margin-top: 24px;

  @media only screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    grid-gap: 0;
  }
  @media only screen and (min-width: 1121px) {
    margin-top: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    margin-top: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 1120px) {
    margin-bottom: 0;
  }
}