.accompanying-products .title {
  margin-bottom: 24px;
}

.accompanying-products .product {
  display: flex;
  justify-content: center;
  height: calc(100% - 24px);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (min-width: 640px) {
    .accompanying-products .product {
        margin-bottom: 24px;
        padding: 24px;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    }
}

.accompanying-products .product h3 {
  font-size: 18px;
  font-weight: 400;
}

.accompanying-products .product .product-text {
  font-size: 14px;
  font-weight: 300;
  color: #21201d;
}

.accompanying-products .product .link {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
}

.accompanying-products .banner-image {
  max-width: 72px;
}

@media screen and (min-width: 640px) {
    .accompanying-products .banner-image {
        max-width: 100%;
    }
}
