HTML,
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: "Lato", sans-serif;
}

.container {
  margin-top: 30vh;
  position: relative;
  text-align: left;
}

.review__sum {
  width: 200px;
  float: left;
  margin-bottom: 20px;
}

.sum__title {
  display: inline-block;
  clear: both;
  vertical-align: text-bottom;
}

.title__one {
  font-size: 37px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 0;
}
strong {
  font-weight: bolder;
}

.star__sum {
  float: none;
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
}

.fa-star {
  color: #0092d6 !important;
}

.sum__caption {
  display: inline-block !important;

  clear: both;
  float: none;
  vertical-align: text-bottom;
}

.sum__text {
  font-size: 15px;
}

.sum__ratings__container {
  width: 300px;
  float: left;
  padding-left: 12px;
  border-left: 1px solid #eee;
  color: #737978;
  font-size: 12px;
  line-height: normal;
  border-right: 1px solid #eee;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.sum__rating {
  margin-bottom: 3px;
  display: flex;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}

.sum__inner__container:hover > * {
  opacity: 0.5;
}

.sum__inner__container > *:hover {
  opacity: 1;
}

.sum__rating__title {
  display: inline-block;
  width: 95px;
  font-family: stamped-font !important;
  font-size: 17px;
  margin-top: -5px;
  letter-spacing: -1px;
  color: #737978;
}

.sum__bar {
  height: 15px;
  width: 130px;
  display: inline-block;
  background: #f0f0f0;
  border: none;
  text-align: center;
  cursor: pointer;
  margin: 2px;
}

.sum__bar__content {
  width: 91%;
  font-size: 0 !important;
  height: 15px;
  line-height: 0;
  padding: 0;
  background-color: #0092d6;
  line-height: normal;
  display: flex;
  padding: 1px 0 2px;
  word-wrap: initial;
  word-break: initial;
}

.sum__count {
  width: 15%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
  color: #737978;
  white-space: nowrap;
}

.question__button,
.review__button {
  color: white;
  background-color: #0092d6;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccd6e0;
  padding: 3px 25px;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 5px;
  height: 50px;
  box-shadow: 3px 4px 6px 0 #8888886b;
  transition: 0.5s ease;
}

.i__font {
  font-family: "Lato", sans-serif;
}

.question__button:hover,
.review__button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
