.activity-items {
  margin: 0;
  padding: 0;
}

.activity-items li {
  padding: 2rem 0;
  border-bottom: 2px solid #efefef;
  list-style: none;
  overflow: hidden;
}

.activity-items li:first-of-type {
  padding-top: 0;
}

.activity-items li:last-of-type {
  border-bottom: none;
}

.activity-items li p {
  margin: 0;
}

.activity-items li figure {
  position: relative;
  background: #F3F3F3;
  max-width: 6rem;
  margin: 0;
  padding: 0;
  margin-bottom: var(--spacing);
}

.activity-items li figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.activity-items li figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.activity-items li em {
  display: block;
}

@media (min-width: 1024px) {
  .activity-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .activity-items li figure {
    min-width: 6rem;
    margin-right: var(--spacing);
    margin-bottom: 0;
  }
  
  .activity-items li > p {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .activity-item--sales {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.activity-item__gallery {
  display: none;
}

@media (min-width: 1024px) {
  .activity-item__gallery {
    display: flex;
  }
}

.activity-item__gallery figure {
  background: none !important;
}
