.feature-product {
  overflow: hidden;
}

.feature-product__container {
  display: flex;
}

.feature-product__info {
  text-align: left;
  width: var(--content-width-desktop);
}

.feature-product__content {
  background-color: white;
  padding: 64px;
  height: 100%;
}

.feature-product__description {
  margin-bottom: 30px;
}

.feature-product__block-item .product-item {
  background-color: white;
  height: 100%;
}

.feature-product__block-item .card__content {
  text-align: left;
  padding: 16px 30px;
  font-weight: 700;
  margin-top: 0 !important;
}

.feature-product__info h2 {
  margin-bottom: 16px;
}

.feature-product__info p {
  margin: 0;
}

.feature-product__slice-desktop {
  display: flex;
}

.feature-product__slice-mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .feature-product__slice-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 30px;
    margin-right: -35px;
  }

  .feature-product__slice-desktop {
    display: none;
  }
}
