.senew-print .bg {
  background: #F9FAFF;
  height: 100%;
}
.about-box-layout1 .content-holder .item-title {
  font-weight: 700;
  font-size: 30px;
  /* margin-top: 100px; */
  margin-bottom: 25px;
}
#senew-print .animated-figure {
  padding: 0 30px;
}
.animated-figure img {
  width: 420px;
}
.senew-print {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .height500 {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 h2{
    text-align: center;
  }
  .list-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .list-item li {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
  }
  .animated-figure img{
    width: 250px;
  }
  .feature-box-layout1 img {
    width: 280px;
    margin: 20px auto;
    display: block;
  }
}
.about-box-layout1 .content-holder .list-item li span{
  color: #FF5B37;
  font-size: 12px;
  padding-right: 10px;
}
.about-box-layout1 .content-holder .list-item li {
  color: #333;
}
.content-holder {
  padding-right: 20px;
}
#footer-wrap-layout1 {
  margin-top: 50px;
  /* background-color: #fff; */
}
.page-banner:before {
  display: none;
}
.page-banner {
  background: url('../img/product_senewprint_banner.svg');
  background-size: 100%;
  min-height: 450px;
  padding: 0 !important;
}
.section-padding-md-equal {
  padding-top: 20px !important;
}
.page-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}
.my-container {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 992px){
  .senew-print {
    background: url('../img/Group 84.svg') calc(45vw - 850px) 500px no-repeat, 
    url('../img/Group 84.svg') calc(50vw + 550px) 1050px no-repeat;
  }
}
.container .breadcrumbs-area {
  position: relative;
}
.container .breadcrumbs-area h1{
  padding-bottom: 40px;
}
.container .breadcrumbs-area .line {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
