.featured-product {
  align-items: center;
}

.featured-product .product__info-wrapper {
  height: max-content;
}

.featured-product .product__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-product .product__title h1 {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .featured-product .product__media-wrapper {
    border: none;
  }
}