html, body {
  scroll-behavior: smooth;
  color: #2f2f2f;
}

.black-box {
  padding: 20px;
  background-color: #000;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}

.red-box {
  padding: 20px;
  margin-bottom: 20px;
  background-color: red;
  text-align: center;
  color: white;
  font-weight: bold;
}

.grey-box {
  background-color: #efefef;
  padding: 20px;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.grey-box hr {
  background-color: #000;
  height: 1px;
}

.reviews {
  margin-bottom: 20px;
}

.reviews__item {
  position: relative;
  padding-left: 130px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.reviews__item:last-child {
  border-bottom: none;
}

.reviews__item span {
  display: block;
  margin-bottom: 5px;
}

.reviews__item img {
  height: 110px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 30px;
}

@media (max-width: 375px) {
  .reviews__item {
    padding-left: 20px;
    text-align: center;
  }

  .reviews__item img {
    height: 110px;
    position: initial;
  }
}

.orange-box {
  padding: 20px;
  background-color: orange;
  border-radius: 4px;
}

.select-state {
  padding-top: 20px;
}

.nb-select {
  width: 100%;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
}

.big-green-button {
  display: block;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  background-color: #57b55f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  transition: all 0.2s;
}

.big-green-button:hover {
  text-decoration: none;
  color: white;
  opacity: 0.75;
}

.img {
  margin-bottom: 20px;
  width: 100%;
}

.text-center {
  text-align: center;
}

ol.sources {
  font-size: 12px;
}

ol.sources li {
  word-break: break-all;
}

.floated-img {
  max-height: 500px;
}

.floated-img--right {
  float: right;
}

.floated-img--left {
  float: left;
}

@media (max-width: 768px) {
  .floated-img {
    max-height: 400px;
  }
}

@media (max-width: 425px) {
  .floated-img {
    max-height: 300px;
  }
}

.section {
  padding-top: 80px;
}

.grey {
  color: grey !important;
}

.blog-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.blog-author img {
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
