.block__body:before {
  content: "";
  display: table;
}
.block__body:after {
  content: "";
  display: table;
  clear: both;
}

.block__header h2, .weaken, .block__header, .item-list li {
  position: relative;
}

.block__header h2:before, .block__header:before, .block__header:after, .item-list li:before {
  position: absolute;
}

.block__header h2, .block__header h2:before, .weaken, .price small {
  display: inline-block;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  padding-bottom: 40px;
  background: -webkit-linear-gradient(left, #f9ebda 0%, white 16%, white 85%, #f9ebda 100%);
  background: -o-linear-gradient(left, #f9ebda 0%, white 16%, white 85%, #f9ebda 100%);
  background: linear-gradient(to right, #f9ebda 0%, #ffffff 16%, #ffffff 85%, #f9ebda 100%);
}

.wrapper > .container {
  padding-left: 10px;
  padding-right: 10px;
}

.block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block__header {
  text-align: center;
}
.block__header h2 {
  padding-left: 50px;
}
.block__header h2:before {
  font-size: 58px;
  font-family: "Prata", serif;
  left: 0;
  top: 25px;
  line-height: 0;
  z-index: 3;
  font-style: italic;
}

.weaken {
  top: -4px;
  padding-right: 10px;
  font-size: 28px;
}

.block-a .block__header h2:before {
  content: '1';
}

.block-b .block__header h2:before {
  content: '2';
}

.block-c .block__header h2:before {
  content: '3';
}

.block-c .block__header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.block-c h2 {
  line-height: 1.3;
}

.block__header {
  background: -webkit-linear-gradient(left, rgba(255, 228, 208, 0) 0%, rgba(255, 228, 208, 0.4) 30%, #ffe4d0 51%, #ffe4d0 51%, rgba(255, 228, 208, 0.4) 70%, rgba(255, 228, 208, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 228, 208, 0) 0%, rgba(255, 228, 208, 0.4) 30%, #ffe4d0 51%, #ffe4d0 51%, rgba(255, 228, 208, 0.4) 70%, rgba(255, 228, 208, 0) 100%);
  background: linear-gradient(to right, rgba(255, 228, 208, 0) 0%, rgba(255, 228, 208, 0.4) 30%, #ffe4d0 51%, #ffe4d0 51%, rgba(255, 228, 208, 0.4) 70%, rgba(255, 228, 208, 0) 100%);
}
.block__header:before, .block__header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255, 208, 170, 0) 0%, rgba(255, 208, 170, 0.4) 30%, #ffd0aa 51%, #ffd0aa 51%, rgba(255, 208, 170, 0.4) 70%, rgba(255, 208, 170, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 208, 170, 0) 0%, rgba(255, 208, 170, 0.4) 30%, #ffd0aa 51%, #ffd0aa 51%, rgba(255, 208, 170, 0.4) 70%, rgba(255, 208, 170, 0) 100%);
  background: linear-gradient(to right, rgba(255, 208, 170, 0) 0%, rgba(255, 208, 170, 0.4) 30%, #ffd0aa 51%, #ffd0aa 51%, rgba(255, 208, 170, 0.4) 70%, rgba(255, 208, 170, 0) 100%);
}
.block__header:before {
  top: 0;
}
.block__header:after {
  bottom: 0;
}
.block__header h2 {
  text-align: center;
  font-size: 36px;
}

.block__body {
  padding-top: 30px;
}

.panel {
  padding-left: 100px;
  padding-right: 100px;
}

.panel__img {
  padding-bottom: 20px;
  text-align: center;
}

.price {
  padding-top: 5px;
  font-size: 22px;
  color: #e23f80;
}
.price small {
  padding-left: 10px;
  font-size: 16px;
  color: #575757;
}

.item-list li {
  padding-bottom: 2px;
  padding-left: 20px;
}
.item-list li:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #f6c499;
}
.item-list li > p {
  padding-top: 3px;
  font-size: 16px;
  color: #717171;
}
