.icon-box-grid {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap; }
  .icon-box-grid .icon-box {
    margin: 10px; }

.icon-box {
  padding: 25px;
  background: var(--wp--preset--color--white);
  position: relative;
  text-align: center;
  width: 300px;
  box-shadow: 5px 10px 24px rgba(0, 18, 80, 0.15); }
  .icon-box[class$="-background-color"] {
    color: #fff; }
    .icon-box[class$="-background-color"] .btn {
      background: #fff;
      color: blue;
      border-color: #fff; }
  .icon-box.has-light-gray-background-color, .icon-box.has-white-background-color, .icon-box.has-sand-background-color {
    color: var(--wp--preset--color--black); }
    .icon-box.has-light-gray-background-color .btn, .icon-box.has-white-background-color .btn, .icon-box.has-sand-background-color .btn {
      background: blue;
      border-color: blue;
      color: #fff; }
  .icon-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px; }
  .icon-box .icon-box-pretitle {
    font-size: 18px;
    font-weight: normal;
    margin: 0; }
  .icon-box .icon-box-title {
    margin: 0 0 .5em; }
  .icon-box .description ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .icon-box .description ul > li {
      padding: 5px 0;
      margin: 0; }
      .icon-box .description ul > li + li {
        border-top: 1px solid #ccc; }
  .icon-box .price-formatted {
    color: blue;
    display: block;
    font-weight: bold;
    font-size: 50px; }
  .icon-box .text a(:not[class]) {
    color: inherit;
    text-decoration: underline; }
    .icon-box .text a(:not[class]):before {
      content: '';
      position: absolute;
      top: 25px;
      left: 25px;
      width: 60px;
      height: 60px; }
  .icon-box .button-container {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .icon-box {
      width: calc(50% - 20px);
      min-width: 240px;
      flex-grow: 1;
      max-width: 300px; } }
  @media (max-width: 440px) {
    .icon-box {
      width: 100%;
      max-width: none;
      min-width: none; } }
