.feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 30px;
  margin: 20px 0 40px;
}
.products h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#content .container-1200 {
  padding-bottom: 150px;
}
section.container-1200 {
  width: 1200px;
  margin: 0 auto;
}
.container-1200 h2 {
  color: #fff;
  font-size: 30px;
  padding: 20px 0px 70px;
  font-weight: bold;
  background: url('/landingpage/bluno/images/line.png') no-repeat 0px 90px;
}
#landingpagev2 .container-1200 {
  padding-bottom: 150px;
}
.b_img {
  position: relative;
  background: url('/landingpage/bluno/images/banner.png') no-repeat center top;
  width: 100%;
  height: 637px;
}
.b_img .text {
  position: absolute;
  width: 960px;
  top: 25%;
  margin-left: -480px;
  left: 50%;
}
.b_img .text h1 {
  font-size: 100px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.b_img .text h2 {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 45px 0;
}
.b_img .text h3 {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  width: 100%;
  padding: 0 10%;
}
.b_img img {
  width: 100%;
}
.container-1200 > span {
  background: #0d94c7;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.container-1200 .cell {
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #000;
  padding: 10px 10px;
  padding-bottom: 20px;
  height: 295px;
}

.container-1200 .cell h3 {
  padding-bottom: 10px;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
}
#list .row {
  padding: 20px 0px;
  background: #000;
  margin: 0px 0px;
  margin-top: 20px;
  vertical-align: middle;
}
#list h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0px 10px 5px;
}
#list .col-lg-7 {
  color: #bebebe;
  font-size: 18px;
  line-height: 25px;
  padding-top: 25px;
}
table#specification tr th,
td {
  color: #0d94c7;
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  text-align: center;
}

#specification tr td {
  color: #fff;
}

#specification tr.select {
  background: #202020;
}
#share input {
  margin-top: 15px;
}
.raw img {
  padding: 0 15px;
}
.products > span {
  background: #0d94c7;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
