.product-basics {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: -8rem;
  padding-top: 20rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .product-basics {
    margin-top: -11rem;
  }
}

.product__img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 520px) {
  .product__img {
    width: 520px;
  }
}

.product__accent {
  height: 180px;
  width: 520px;
  transform: rotate(30deg);
  position: absolute;
  top: -130px;
  left: -260px;
}

@media (min-width: 520px) {
  .product__accent {
    height: 300px;
  }
}

.product__title {
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

.product__desc {
  font-family: 'nunitolight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

.product__game-info {
  background-color: white;
  box-shadow: -2px 2px 34px 1px rgba(28, 24, 28, 0.08);
  padding: 2rem 3rem;
  margin-top: 3rem;
  margin-bottom: 40px;
  position: relative;
}

.product__flex-area {
  display: flex;
}

.product__technical {
  position: absolute;
  top: 100%;
  right: .5rem;
  margin-top: .5rem;
}

.product__technical a {
  text-transform: uppercase;
  color: #afafaf;
  font-size: 1.2rem; 
  transition: color .2s ease-in-out; 
}

.product__technical a:hover {
  color: #f14400;
}

.product__data,
.product__actions {
  flex: 1;
}

.product__data {
  border-right: 1px solid rgba(104, 104, 104, .2);
  color: #686868;
  padding: 0 3rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product__data p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product__data .fa {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
}

.product__actions {
   padding-left: 3rem;
}

.product__price {
  font-size: 3rem;
  color: black;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

.product__share .fa {
  margin-left: 1.5rem;
}

.product-details__text h1,
.product-details__text h2,
.product-details__text h3 {
  margin-top: 0;
  padding-top: 5rem;
}

.product-feature {
  margin: 0 3rem;
}

.product__app-buttons li:not(:last-child) {
  margin-bottom: 1rem;
}

.product__base-requirement {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #f14400;
}

.product__base-requirement h4 {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .product__base-requirement h4 {
    width: 66%;
  }
}