.campaign-card {
  height: 502px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .campaign-card .campaign-card-content {
    position: absolute;
    bottom: 65px;
    left: 20px;
    height: 130px;
    width: calc(100% - 40px); }
    .campaign-card .campaign-card-content h1 {
      color: #fff;
      background-color: #DD370E;
      display: block;
      margin: 0;
      font-size: 19px;
      padding: 0 20px;
      line-height: 32px;
      text-align: left;
      font-weight: 600;
      left: 0;
      position: absolute;
      top: 0;
      height: 36px;
      width: 118px; }
    .campaign-card .campaign-card-content h2 {
      color: #DD370E;
      background-color: #ffffff;
      display: block;
      margin: 0;
      font-size: 27px;
      line-height: 32px;
      padding: 12px 20px;
      text-align: left;
      font-weight: 600;
      position: absolute;
      top: 36px;
      left: 0;
      right: 0; }

/*# sourceMappingURL=frontend.css.map */
