section {
  padding-top: 35px;
  text-align: center;
  height: 500px; }

.light-bg-container {
  background-color: #ffffff; }

.dark-bg-container {
  background-color: #f6f7f9; }

section > div {
  margin: 0 auto;
  width: 100%;
  height: 500px;
  position: relative; }
  section > div .to-buy-button {
    width: 140px;
    height: 35px;
    background: linear-gradient(to right, #d90816, #ff7069);
    border-radius: 3px;
    box-shadow: 1px 1px 5px #dddddd;
    font-size: 15px;
    color: #ffffff;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    bottom: 38px;
    left: 118px; }
  section > div div .top-line {
    width: 40px;
    border: 1px solid #666666;
    margin: 0 auto; }
  section > div div .big-title {
    margin: 23px auto 33px;
    color: #000000;
    font-size: 24px; }
  section > div div .small-title {
    width: 292px;
    margin: 0 auto 21px;
    color: #666666;
    font-size: 13px;
    line-height: 20px; }

