@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 679px) {
  .accounting-image-container {
    margin-bottom: 10px !important;
  }
  p {
    margin-bottom: 50px;
  }
}
section.ar-related-features {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}
section.ar-related-features a {
  text-decoration: none !important;
  color: #000;
}
section.ar-related-features .link {
  padding-top: 20px;
  box-sizing: border-box;
}
section.ar-related-features .link:hover {
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: rgba(0,0,255,0.1);
}
section.ar-related-features p {
  font-size: 20px;
}
section.ar-related-features .text-block h3,
section.ar-related-features .text-block p,
section.ar-related-features .text-block h5 {
  margin-bottom: 40px;
}
section.ar-related-features h5 {
  font-weight: 400;
}
section.ar-related-features .row.image-container {
  margin-bottom: 70px;
}
section.ar-related-features .row.image-container .accounting-image-container {
  margin-bottom: 50px;
}
section.ar-related-features a {
  width: 100%;
}
section.ar-related-features .btn-primary {
  border-radius: 10px;
  background-color: #238ac4;
  max-width: 330px;
  width: 90%;
  height: 55px;
  cursor: pointer;
}
section.ar-related-features .accounting-image-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.ar-related-features .text-block {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}
section.ar-related-features .text-block p {
  width: 100%;
  font-size: 20px;
}
section.ar-related-features .text-block h2 {
  margin-bottom: 30px;
}
.bg-esign {
  width: 81px;
  height: 103px;
  background: url("/images/billing_sprite.png") -10px -253px;
}
.bg-docs_tasks {
  width: 73px;
  height: 95px;
  background: url("/images/billing_sprite.png") -593px -127px;
}
.bg-billing_bottom {
  width: 66px;
  height: 90px;
  background: url("/images/billing_sprite.png") -593px -358px;
}
