.bottomBanner .btn-1 {
  background: none;
  color: #ffffff;
  font-size:24px;
  font-weight: 300;
  border:1px solid #ffffff;
  border-radius:3px 3px 3px 3px;
  padding:16px 30px 17px;
}
.bottomBanner .btn-1:after {
  vertical-align: middle;
  content:'\e628';
  font-family:'Themify';
  margin-left:45px;
}
.bottomBanner .descr {
  font-size:30px;
  font-weight: 300;
  padding-bottom:20px;
}
.bottomBanner .icon-box {
  display:flex;
  padding:70px 0px 20px;
}
.bottomBanner .icon-box > div:before {
  background-position-x: center;
  background-repeat: no-repeat;
  margin: auto;
  min-height:105px;
  width:97px;
  content:'';
  display:block;
}
.bottomBanner .icon-box > div {
  font-size:24px;
  font-weight: 300;
  text-transform: uppercase;
  width:25%;
  padding:0px 5%;
}
.bottomBanner .icon-box > div.copy:before {
  background-image:url('themes/printshop/img/copy.png');
}
.bottomBanner .icon-box > div.fax:before {
  background-image:url('themes/printshop/img/fax.png');
}
.bottomBanner .icon-box > div.print:before {
  background-image:url('themes/printshop/img/print.png');
}
.bottomBanner .icon-box > div.scan:before {
  background-image:url('themes/printshop/img/scan.png');
}
.bottomBanner .title {
  font-size:50px;
  font-weight: 300;
  line-height:1.2;
  padding-bottom:20px;
}
.bottomBanner .wrapper {
  color: #ffffff;
  max-width:800px;
  text-align: center;
  padding:20px 30px;
}
@media (max-width:1200px) {
  .bottomBanner .btn-1 {
    font-size:16px;
    padding:11px 30px;
  }
  .bottomBanner .descr {
    font-size:2vw;
  }
  .bottomBanner .icon-box {
    justify-content: center;
    padding:50px 0px 20px;
  }
  .bottomBanner .icon-box > div:before {
    background-size: 50%;
    min-height:65px;
    width:80px;
  }
  .bottomBanner .icon-box > div {
    font-size:18px;
    width:auto;
    padding:0px 2%;
  }
  .bottomBanner .title {
    font-size:3.6vw;
  }
  .bottomBanner .wrapper {
    max-width:540px;
  }
}
@media (max-width:992px) {
  .bottomBanner .descr {
    display:none;
  }
}
@media (max-width:768px) {
  .bottomBanner .icon-box {
    display:none;
  }
}
@media (max-width:576px) {
  .bottomBanner .btn-1 {
    font-size:14px;
    padding:6px 10px;
  }
  .bottomBanner .btn-1:after {
    margin-left:5px;
  }
  .bottomBanner .descr + div {
    text-align: left;
  }
  .bottomBanner .title {
    font-size:4vw;
  }
  .bottomBanner .wrapper {
    padding:15px 15px;
  }
}
