.Views_views {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF000;
  color: #000;
  max-width: 87px;
  height: 37px;
  border-radius: 100px;
  transform: translate(40px, 50px);
  font-weight: 700;
  font-size: 18px;
}
.Views_views svg, .Views_views img {
  top: -2px;
  position: relative;
  margin-right: 4px;
}
@media screen and (max-width: 1890px) {
  .Views_views {
    transform: translate(15px, 25px) scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  .Views_views {
    font-weight: bold;
    font-size: 11px;
    line-height: 6px;
    max-width: 58px;
    height: 25px;
    transform: translate(4px, 10px) scale(0.8);
  }
  .Views_views svg, .Views_views img {
    top: 0;
    position: relative;
    margin-right: 2px;
    width: 11px;
  }
}

/*# sourceMappingURL=views.css.map */
