.plano-box {
  margin-top: 40px;
}

.plano-box.popular .promo.scale {
    background-image: url(https://f.hubspotusercontent10.net/hubfs/4012262/Lit-Twist/Popular-azul2.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top right 0px;
}

.promo {
  width: 28%;
  background: #F2F2F2; 
  float: left;
  text-align: center;
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
  font-family: 'Dosis', sans-serif;
  min-height: 250px;
  position: relative;
     -webkit-transition: opacity 2.0s ease-in;
       -moz-transition: opacity 2.0s ease-in;
         -o-transition: opacity 2.0s ease-in;
}

#mensal .promo:nth-child(2) {
  z-index: 3;
}

#mensal .promo:nth-child(3) {
  z-index: 2;
}

#mensal .promo:nth-child(4) {
  z-index: 1;
}

#popular .promo:nth-child(1) {
  z-index: 1;
}

#popular .promo:nth-child(3) {
  z-index: 2;
}

#popular .promo:nth-child(4) {
  z-index: 1;
}

.deal {
  padding: 50px 20px;
}

.promo.scale .deal {
  padding: 20px;
}

.promo .features ul {
  list-style: none;
  font-size: 13px;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.promo .features ul li {
  padding-left: 1.3em;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.promo .features ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.scale {
  transform: scale(1.1);
  width: 40%;
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.4);
  text-align: left;
  z-index: 5!important;
  margin-bottom: 40px;
  background-color: #e8e8e8;
}

.promo.scale .preco {
  text-align: center;
}

.promo .cta a {
  margin-top: 20px;
}

.promo a {
  color: #27aae1;
  text-transform: uppercase!important;
  font-weight: 600;
}

.promo .preco p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}

.promo .preco p strong {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 768px) {

  .promo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .scale {
    transform: initial;
  }
  
}