img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 900px; }

header h1 {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #222222;
  border-radius: 4px;
  font-size: 13px;
  color: #888888;
  line-height: 140%; }

header ul {
  margin-top: 15px; }

.breadcrumb {
  margin-top: 20px; }

#slider {
  margin-bottom: 30px; }

.main {
  margin-bottom: 100px; }

.features > div {
  margin-bottom: 20px; }

.stores {
  margin-bottom: 30px; }
  .stores:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 2px solid #666; }
  .stores h3 {
    font-size: 14px;
    font-weight: bold; }
  .stores img {
    margin-bottom: 10px; }
  .stores p {
    color: #eeeeee;
    font-weight: bold; }

#features .store {
  margin: 0 45px;
  padding: 15px 0; }
  #features .store:not(:last-of-type) {
    border-bottom: 2px solid #666; }
  #features .store h3 {
    margin: 0 0 15px;
    font-size: 18px; }
  #features .store .imgs {
    display: flex;
    justify-content: space-between; }
    #features .store .imgs figure {
      width: 48%;
      text-align: center; }
      #features .store .imgs figure img {
        width: 100%;
        height: auto; }
    #features .store .imgs figcaption {
      margin: .5em 0;
      font-size: 13px;
      color: #eeeeee; }

footer {
  margin-top: 50px;
  padding: 50px 10px;
  border-top: 2px solid #222222; }
