
    .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      /* background-color: #f2efef; */
      height: 29.125rem;
      width: 29.125rem; }
      .box .fusion-column-content {
        display: flex;
        flex-direction: column;
      }
      .box h3 {
        font-family: "Arvo", serif;
        font-size: 1.5rem; }
      .box p {
        font-size: 0.875rem;
        color: #747474;
        text-align: center;
        padding: 0 6.25rem 0 6.25rem; }
        .box p a {
          text-decoration: underline; }
        .box p a::after {
          display: none;
          content: ""; }
      .box_a {
        font-size: 1rem;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        /* padding-left: 40%; */
      }
      .box_a::after {
        /* font-family: FontAwesomePro; */
        /* font-family: "Font Awesome 5 Free"; */
        font-size: 0.625rem;
        padding-left: 0.25rem;
        content: "\f061"; }
    @media (max-width: 992px) {
      .box {
          width: auto; }
          .box p {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
    .box:nth-child(2) {
      /* background-color: #e6e3e3; */
    }