.snip1404 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: black;
  text-align: left;
  font-size: 16px;
}
.snip1404 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.snip1404 .plan {
  margin: 0;
  width: 24%;
  position: relative;
  float: left;
  overflow: hidden;
  border: 3px solid #ca4050;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.snip1404 .greyPlan.plan {
  border: 3px solid #888;
  margin-right: 5%;
  width: 22%;
  border-radius: 8px;
}
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1404 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1404 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1404 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1404 header {
  background-color: white;
  color: black;
}
.snip1404 .plan-title {
  background-color: #ca4050;
  position: relative;
  color: white;
  margin: 0;
  padding: 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.snip1404 .greyPlan .plan-title {
  background-color: #999;
}
.snip1404 .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 300px 0 0;
  border-color: #ca4050 transparent transparent;
  /* border-color: rgba(0, 0, 0, 0.5) transparent transparent; */
}
.snip1404 .greyPlan .plan-title:after {
  border-color: #999 transparent transparent;
}
.snip1404 .plan-cost {
  padding: 40px 20px 10px;
  text-align: right;
}
.snip1404 .plan-price {
  font-weight: 600;
  font-size: 3em;
}
.snip1404 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.snip1404 .plan-features {
  font-size: 14px;
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
}
.snip1404 .plan-features li {
  padding: 8px 5%;
}
.snip1404 .plan-features i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.snip1404 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.snip1404 .plan-select a {
  background-color: #ca4050;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}
.snip1404 .plan-select a:hover {
  background-color: rgb(150, 31, 45);
}

.snip1404 .greyPlan .plan-select a {
  background-color: #aaa;
}
.snip1404 .greyPlan .plan-select a:hover {
  background-color: #888;
}
.snip1404 .featured {
  margin-top: -10px;
  width: 25%;
  border-color: #b83141;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 8px;
}
.snip1404 .featured .plan-select {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1404 .plan {
    width: 50%;
  }

  .snip1404 .greyPlan.plan {
    width: 50%;
    margin-right: 0%;
  }
  .snip1404 .plan-title,
  .snip1404 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1404 .plan-select,
  .snip1404 .featured .plan-select {
    padding: 20px;
  }
  .snip1404 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1404 .plan {
    width: 100%;
    margin-top: 10px;
  }
  .snip1404 .greyPlan.plan {
    width: 100%;
    margin-top: 10px;
  }
}
