.dark-card-colored {
  background-color: #25232a;
}

.icon-large {
  color: white;
  font-size: 35px!important;
}

.feat-col {
  display: flex;
  margin: 2% 5% 0;
  justify-content: space-around;
}

.screenshot {
  height: auto;
  width: 500px;
}

@media (max-width: 840px) {
  .feat-col {
    flex-direction: column;
    margin: 0 18px;
  }
  .reversed {
    flex-direction: column-reverse;
  }
  .screenshot {
    width: 100%;
  }
}
