#acer-specs {
  background-image:url("../assets/images/specs-bg-2.png"), url("../assets/images/specs-bg.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 100% auto;
  background-position: top, bottom;
  text-align: center;
  position: relative;
  padding-bottom: 10rem;
}
#acer-specs h2 {
  font-weight: bold;
  padding: 0;
  margin-bottom: 40px;
  color: #ed1c2c;
}
#acer-specs .img-specs {
  max-width: 100%;
  margin-bottom: -25px;
}
#acer-specs .img-specs img {
  z-index: 30;
}
@media (min-width: 768px) {
  #acer-specs .img-specs {
    width: 300px;
    margin-bottom: -35px;
  }
}
#acer-specs .table-specs {
  padding: 40px 30px 30px;
}
#acer-specs .table-specs ul {
  padding: 0;
}
#acer-specs .table-specs div {
  z-index: 50;
}
@media (min-width: 992px) {
  #acer-specs .table-specs {
    width: 680px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #acer-specs .table-specs {
    width: 700px;
  }
}
#acer-specs .table-specs h3 {
  font-family: "tt-squaresregular";
  font-size: 18px;
  display: inline-block;
  margin-bottom: 30px;
}
#acer-specs .table-specs h3 small {
  display: block;
  color: #fff;
  font-size: 16px;
}
#acer-specs .table-specs h3 span {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  #acer-specs .table-specs h3 {
    font-size: 26px;
  }
}
#acer-specs .table-specs h3 strong {
  text-transform: capitalize;
  font-family: "tt-squaresbold";
}
#acer-specs .table-specs h3::after {
  content: "";
  height: 3px;
  width: 50%;
  display: inline-block;
  background: #ed1c2c;
}
#acer-specs .table-specs ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li:last-child {
    border: none;
  }
}
@media (min-width: 768px) {
  #acer-specs .table-specs ul li {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li {
    float: left;
    width: 100%;
    font-size: 16px;
  }
}
#acer-specs .table-specs ul li span {
  display: block;
}
#acer-specs .table-specs ul li span.title {
  color: #ed1c2c;
  font-family: "tt-squaresbold";
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title {
    width: 35%;
    float: left;
    line-height: 40px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title br {
    display: none;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title.three {
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title.four {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title.five {
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.title.six {
    line-height: 120px;
  }
}
#acer-specs .table-specs ul li span .registered {
  display: inline-block;
  font-size: 11px;
  vertical-align: top;
  line-height: 30px;
}
#acer-specs .table-specs ul li span.desc {
  font-family: "tt-squareslight";
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.desc {
    width: 65%;
    float: left;
    text-align: left;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  #acer-specs .table-specs ul li span.desc.double {
    line-height: 20px;
  }
}
#acer-specs .table-specs ul li span.desc.double .registered {
  line-height: 12px;
}
#acer-specs .table-specs ul:last-of-type li:last-child {
  padding-bottom: 0;
  border: none;
}
.specs-border {
  z-index: 1;

}

.specs-border {
  position: absolute;
  top: 15rem;

  & > img {
    margin: 0 auto;
  }
}