.btn a {
  display: inline-block;
  background: linear-gradient(to right, #36b1a8 0%, #14a8c3 100%);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.btn a:hover {
  background: linear-gradient(to right, #36b1a8 50%, #14a8c3 100%);
  color: #fff;
  text-decoration: none;
}

.subBox h3 {
  margin-top: 0 !important;
  padding: 0;
  border: none;
}/*# sourceMappingURL=comm-style2.css.map */