@media only screen and (max-width: 767px) {
  .product-featured .product-featured-item .bulletList {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .product-featured .row.oneItem .product-featured-item .item-headline {
    text-align: center;
  }
}
.product-featured .row.oneItem .product-featured-item .item-button {
  text-align: center;
}
.product-featured .row.oneItem .product-featured-item .hd + .withParOptional {
  margin-top: -9px;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .product-featured .row.oneItem .product-featured-item .hd + .withParOptional {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .product-featured .row.oneItem .product-featured-item .hd + .withParOptional {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .product-featured .row.oneItem .product-featured-item .hd + .withParOptional .item-par-optional {
    margin-top: -15px;
  }
}
.product-featured .row.twoItems .product-featured-item {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .product-featured .row.twoItems .product-featured-item {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-featured .row.twoItems .product-featured-item .item-headline,
  .product-featured .row.twoItems .product-featured-item .item-button {
    text-align: center;
  }
}
.product-featured .row.twoItems .product-featured-item .item-button {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-featured .row.twoItems .product-featured-item .item-button {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .product-featured .row.twoItems .product-featured-item .bulletList {
    padding-top: 1px;
  }
}
