#packages {
  padding-bottom: 50px;
}
.v-package {
  margin-top: 25px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;

  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
.v-package .pck-label {
  background: #E6E6E6;
  color: #319ABA;
  font-size: 32px;
  line-height: 70px;
  font-weight: bold;
}
.v-package .pck-content .img {
  height: 200px;
}
.v-package .pck-content .img > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v-package .pck-content .shipping {
  height: 20px;
  font-size: 15px;
  color: #424242;
  font-weight: bold;
}
.v-package .pck-content .price {
  font-size: 50px;
  line-height: 52px;
  color: #404040;
  font-weight: bold;
}
.v-package .pck-content .benefit {
  height: 20px;
  font-size: 15px;
  color: #424242;
  font-weight: bold;
}
.v-package .pck-content .btn {
  padding: 10px 25px;
  font-size: 20px;
  color: white;
  margin-right: 0px;
  margin-top: 20px;
}

.v-package.primary {
  margin-top: 0px;
  padding-bottom: 20px;
  background: white;
}
.v-package.primary .pck-label {
  background: #319ABA;
  line-height: 100px;
  color: white;
}

footer {
  background: #E6E6E6;
  padding: 20px 0px;
  color: #424242;
}
footer .ft-links {
  font-size: 15px;
  line-height: 25px;
}
footer .ft-links a {
  color: #424242;
  font-weight: bold;
}
footer .ft-note {
  display: inline-block;
  margin: 25px 5px 0px;
  padding: 5px 10px;
  border: 1px solid #888;
}

.horizontal-break {
  background-color: #319ABA;
  height: 2px;
  margin: 20px auto 25px;
  width: 50px;
}

p {
  font-size: 15px;
}

@media(min-width: 992px){
  .metabinol-function.dynamic {
    text-align: right;
  }
  .metabinol-function.dynamic::after {
    content: '⚫';
    display: inline;
    color: #319ABA;
  }
  .metabinol-function.dynamic::before {
    content: '';
  }
}

@media(min-width: 768px){
  .formula-acid.bordered.dynamic{
    border-bottom: none;
  }
}