.paket {
  display: inline-block;
  text-decoration: none;
  width: 31%;
  text-align: center;
  padding: 2em;
  background-color: #F7F2EE;
  color: #000;
  margin: 0 1%;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: 0.2s all; }
  .paket .naziv_paketa {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 1em; }
  .paket .prvotna_cena {
    text-decoration: line-through; }
  .paket .cena {
    font-size: 2em;
    color: #000; }
  .paket:nth-child(2) {
    background-color: #D5E3E8;
    scale: 1.15;
    z-index: 3; }
  .paket:nth-child(1) {
    background-color: #FCD5CE; }
  .paket:hover {
    scale: 1.2;
    z-index: 4; }
  .paket .opis_paketa {
    font-size: 0.77778em; }
  .paket .badge_paket {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    font-size: 12px;
    text-align: center;
    padding-top: 22px;
    background-color: #FCD5CE;
    border-radius: 50%;
    color: #fff; }

.wrap-pricing {
  margin-bottom: 4em; }

.paket_features {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 1%; }
  .paket_features .naziv_paketa_heading {
    padding: 1em;
    background-color: #F7F2EE;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: relative; }
    .paket_features .naziv_paketa_heading .opis_paketa_mobile {
      display: none; }
    .paket_features .naziv_paketa_heading .badge_mobile {
      display: none;
      position: absolute;
      top: -20px;
      right: -5px;
      width: 80px;
      height: 80px;
      font-size: 12px;
      text-align: center;
      padding-top: 22px;
      background-color: #FCD5CE;
      border-radius: 50%;
      color: #fff; }
  .paket_features:nth-child(2) .naziv_paketa_heading {
    background-color: #D5E3E8; }
  .paket_features:nth-child(1) .naziv_paketa_heading {
    background-color: #FCD5CE; }
  .paket_features .features_list {
    padding: 2em 1em 2em 1.5em;
    background-color: #fafafa; }
    .paket_features .features_list .feature {
      font-size: 16px;
      padding-left: 35px;
      margin-bottom: 1em;
      background-position: top left;
      background-repeat: no-repeat;
      background-image: url("../../images/checkmark_blue.png"); }
    .paket_features .features_list .button {
      margin-top: 2em; }
