.entity-view-more {
  margin-bottom: 60px;
}
.entity-view-more .actions > div{
  margin: 35px 0;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #333;
  text-decoration: underline;
}
.entity-view-more .actions > div:hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 1019px) {
  .entity-view-more .desktop.has-mobile {
    display: none;
  }
  .entity-view-more .mobile {
    display: block;
  }
}
