.ribbon-card {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  background: #d11d26;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.ribbon-card img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
/* LEFT SHAPE */
.ribbon-card::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
}

/* RIGHT SHAPE */
.ribbon-card::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 20px solid #d11d26;
}

.ribbon-card i {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px;
  border-radius: 4px;
}
.map {
  width: 100%;
}
