.red {
  color: #C20D0E;
}

.green {
  color: #006633;
}

@media (min-width: 768px) {
  .click-to-view {
    background-image: url(../../assets/img/click-to-expand.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 160px;
  }
}

@media (max-width: 768px) {
  .mh-title {
    font-size: 18px !important;
  }
}

