.title {
  padding: 0 10px;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #888888;
  text-align: center;
}

.image {
  padding: 0 10px;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
}

.sc-button {
  position: absolute;
  height: 35px;
  background-color: #FF4700;
  border-radius: 5px;
  width: 80px;
  top: 8px;
  right: 10px;
  color: white;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.item-container-width {
  background-color: #EAEAEA;
  color: #333333;
  width: 840px; 
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #A8A8A8;
}
