.reviews-more {
  padding: 10px 0 0; }
  .reviews-more a {
    padding: 0.02px 0 5px;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 0;
    min-height: 20px;
    font-family: Roboto, sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    -webkit-box-shadow: inset 0px -1px 0px 0px #d7141f;
    -moz-box-shadow: inset 0px -1px 0px 0px #d7141f;
    box-shadow: inset 0px -1px 0px 0px #d7141f;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-weight: 500; }
    .reviews-more a:hover, .reviews-more a:active {
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent; }

@media (min-width: 481px) {
  .title-page .block-104 {
    padding-bottom: 50px; } }
