.read-more {
  padding: 10px 20px;
  background: #2196F3;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.read-more:hover {
  background: #1976D2;
}

.load-more {
  background: #F44336;
  border-radius: 8px;
  color: white;
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 20px;
  cursor: pointer;
}

.load-more:hover {
  background: #C62828;
}
/*# sourceMappingURL=sass.css.map */