body {
  -webkit-print-color-adjust: exact !important; /*For Chrome */
  color-adjust: exact !important; /* For Firefox */
  background-color: white !important;
}
body, .row, .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}


a {
  text-decoration: none;
}
@media only print and (min--moz-device-pixel-ratio:0) {
  .content ul li:before {
    position: relative;
    margin-right: 10px;
  }
  .whatsapp a.btn-apply {
    font-size: 1em;
  }
}