@media only screen and (max-width: 767px) {
  .region-content img {max-width: 640px;}
}

.white-feature-box > div {
  background-color: white;
  padding-left: 2px;
  padding-right: 2px;
}
.white-feature-box > div:nth-of-type(1) {
  background-color: #f2f2f2;
}
.white-feature-box > div:nth-of-type(2) {
  background-color: #c84d11;
}
.white-feature-box > div:nth-of-type(3) {
  background-color: #595959;
}

.white-feature-box > div:nth-of-type(1) > span:nth-of-type(2) {
  float: right;
  cursor: pointer;
}

.white-feature-box > div > span > img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.white-feature-box > div:nth-of-type(3) > span > img {
  margin-left: 0.75em;
}
