/*div .usa-width-one-third-shock {
    float: left;
    display: block;
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;

}*/



@media screen and (min-width: 600px) {
    .usa-width-one-third-shock {
      float: left;
      display: block;
      margin-right: 1%;
      margin-left: 1%;
      width: 31%;
      /* width: 47.5854205965%; */
    }
    .usa-width-one-third-shock:last-child {
      margin-right: 0;
    }
  }

  @media screen and (min-width: 1201px) {
    .usa-width-one-third-shock {
      float: left;
      display: block;
      margin-right: 2%;
      margin-left: 2%;
      margin-top: 1.5rem;
      width: 29%;
    }
    /* .usa-width-one-third-shock:last-child {
            margin-right: 0;
        } */
  }

  .usa-width-one-third-shock:first-child > :first-child {
    margin-top: 0;
  }
  @media screen and (min-width: 600px) {
    .usa-width-one-third-shock > :first-child {
      margin-top: 0;
    }
  }
  .usa-width-one-third-shock:last-child > :last-child {
    margin-bottom: 0;
  }
  @media screen and (min-width: 600px) {
    .usa-width-one-third-shock > :last-child {
      margin-bottom: 0;
    }
  }


.center-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}