.top-offers-more {
  cursor: pointer;
  width: 175px;
  height: 44px;
  border: 1px solid #388ADE;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #388ADE;
  margin: 0 auto;
  display: block;
  background: #fff;
}
.top-offers-more:hover {
  background: #388ADE;
  color: #fff;
}
