@charset "utf-8";
/* CSS Document */

.door-hardware{
  padding: 100px 0;
  background: #ffffff;
}

.section-head{
  max-width: 720px;
  margin-bottom: 40px;
}

.section-head h2{
  margin: 8px 0 10px;
  font-size: 38px;
  font-weight: 800;
  color: #123257;
}

.section-head p{
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.hardware-image-wrap{
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
  text-align: center;
}

.hardware-image-wrap img{
  width: 100%;
  height: auto;
  display: block;
}