.content-wraparound-box {
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}
.content-wraparound-box h1 {
  font-size: 1.25rem;
  color: #14133B;
  margin-bottom: .75rem;
  font-weight: 400;
}

.content-wraparound-box p {
  font-size: .75rem;
  color: #14133B;
  font-weight: 200;
}
.product-wraparound {
  margin-top: 2rem;
}
.product-wraparound .product-wraparound-item {
  display: inline-block;
  vertical-align: top;
}

.product-wraparound .product-wraparound-item.left {
  width: 50%;
}
.product-wraparound .product-wraparound-item.right {
  width: 49%;
  padding-left: 4rem;
  text-align: right;
}

.product-wraparound .product-wraparound-item.right img {
  display: inline-block;
  width: 100%;
}

.product-wraparound .product-wraparound-item.left h2 {
  font-size: 1.25rem;
  color: #14133B;
  line-height: 100%;
  margin-bottom: 1.25rem;
  font-weight: normal;
}
.product-wraparound .product-wraparound-item.left .product-wraparound-desc {
  font-size: .6rem;
  color: #14133B;
  font-weight: 200;
  margin-bottom: .9rem;
}
.product-wraparound .product-wraparound-item.left .product-wraparound-desc:last-child {
  margin-bottom: 0;
}
.product-peculiarity-list .product-peculiarity-item {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: .35rem .6rem;
  margin: .3rem .2rem;
  display: inline-block;
  font-size: .6rem;
}
.product-detail-content {
  margin-top: 2rem;
}
.product-detail-box {
  margin-bottom: 2.5rem;
}
.product-detail-content > img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .content-wraparound-box {
    padding: .6rem;
    bottom: 13px;
    left: 13px;
  }
  .content-wraparound-box h1 {
    font-size: .6rem;
    margin-bottom: .25rem;
  }
  .content-wraparound-box p {
    font-size: .4rem;
  }
  .product-wraparound .product-wraparound-item {
    display: block;
  }
  .product-wraparound .product-wraparound-item.left {
    width: 100%;
  }
  .product-wraparound .product-wraparound-item.right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-wraparound .product-wraparound-item.left h2 {
    font-size: .7rem;
  }
  .product-wraparound .product-wraparound-item.left .product-wraparound-desc {
    font-size: .4rem;
  }
  .product-peculiarity-box .page-header, .product-detail-box .page-header {
    font-size: .7rem;
    line-height: 100%;
  }
  .product-peculiarity-list .product-peculiarity-item {
    padding: 8px 12px;
    margin: 4px;
    font-size: .4rem;
  }
  .product-detail-content {
    margin-top: 1rem;
  }
  .product-detail-box {
    margin-bottom: 1.25rem;
  }
}