.lift-product {
  background-color: #f8f8f8;
}
.lift-product .container {
  display: flex;
  flex-wrap: wrap;
  padding: 5em 1em;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lift-product .container {
    padding: 5em;
  }
}
.lift-product .container .image-box {
  flex-basis: 100%;
  height: 300px;
  max-height: 300px;
  background-color: white;
  padding: 1em;
}
.lift-product .container .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .lift-product .container .image-box {
    flex-basis: 25%;
    height: auto;
    max-height: none;
  }
}
.lift-product .container .content-box {
  flex-basis: 100%;
}
.lift-product .container .content-box .info {
  font-weight: 600;
}
.lift-product .container .content-box .product-description {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .lift-product .container .content-box {
    flex-basis: 70%;
  }
}
/*# sourceMappingURL=https://kingi.fi/wp-content/build/scss_library/5f87ad53e4dc3a3c3324577c23c9504b3a46bf6e.css.map */