.opinion-card {
  position: relative;
  max-width: 500px;
  min-height: 250px;
  margin: 0 auto;
  font-weight: 300;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .opinions-container.opinions-container--wide {
    max-width: 1296px !important;
    width: 1296px !important;
  }
}

#comment {
  font-size: 13px !important;
  color: #72787c;
  line-height: 1.5;
  letter-spacing: 1px;
}

#comment p {
  font-size: 13px;
}

.img-wrapper-link {
  display: flex;
  width: 100%;
}

#img-stars {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

#author {
  width: 100%;
  font-size: 13px;
  line-height: 1.69;
  color: #484848;
}

.opinion-title {
  color: #303030;
  font-weight: 600;
  font-size: 30px;
}

.light-grey-btn {
  text-transform: uppercase;
  border: 1px solid #e3e3e3;
  color: #8a8a8a;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 100px;
  font-weight: 600;
  line-height: normal;
  width: 83px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.light-grey-btn:hover {
  background-color: #e6e9ed;
  color: #8a8a8a;
  text-decoration: none;
}

.light-grey-btn.bigger {
  width: auto;
  height: auto;
  padding: 6px 14px;
}
