.catalog-board {
  position: relative;
  width: 1920px;
  height: 1450px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.catalog-mockup {
  position: absolute;
  left: 200px;
  top: 128px;
  width: 1520px;
  height: 1014px;
  z-index: 1;
  pointer-events: none;
}

.catalog-mockup img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.catalog-kicker {
  position: absolute;
  left: 900px;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 3;
}

.catalog-title {
  position: absolute;
  left: 74px;
  top: 259px;
  width: 174px;
  margin: 0;
  padding-top: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #8f834c;
  white-space: nowrap;
  z-index: 3;
}

.catalog-rule {
  position: absolute;
  left: 254px;
  top: 290px;
  width: 1594px;
  height: 2px;
  background: #8f834c;
  z-index: 3;
}

.catalog-download {
  position: absolute;
  left: 918px;
  top: 932px;
  width: 84px;
  height: 140px;
  text-decoration: none;
  z-index: 4;
}

.catalog-download img {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 74px;
  max-width: none;
  display: block;
}

.catalog-download span {
  position: absolute;
  left: 10px;
  top: 112px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
}

.catalog-board .footer-line {
  top: 1145px;
}

.catalog-board .logo-footer {
  top: 1178px;
}

.catalog-board .ft-col {
  top: 1217px;
}

.catalog-board .ft-pin {
  top: 1178px;
}

.catalog-board .ft-contact {
  top: 1314px;
}

.catalog-board .ft-powered {
  top: 1393px;
}

.catalog-board .ft-legal {
  top: 1415px;
}

.catalog-board .ft-badge-a {
  top: 1385px;
}

.catalog-board .ft-badge-b {
  top: 1385px;
}
