
/**
	* Load More Results - Example Styles
	* Author: Cenk Çalgan
*/
.platform-list-frame {
  overflow: auto;
  margin-bottom: 34px;
}
.platform-item { display: block; }

.btn-load-more {
  cursor: pointer;
  background: #eee;
  color: #000;
  border: none;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-family: 'GeneralGrotesque-Regular', Arial, sans-serif;
  padding: 10px 35px;
  letter-spacing: 0.03em;
  border-radius: 20px !important;
}

.btn-load-more:hover {
  background: #f5f5f5;
}

@media only screen and (max-width: 640px) {
  .btn-load-more {
    width:100%;
  }
}