﻿.threeColumnPunchCardsSection {
  width: 27.44%;
  padding: 3% 2%;
  display: inline-flex;
  border-radius: 15px;
  margin-bottom: 2%;
  margin-right: 1.5%; }

.threeColumnPunchCardsDiv {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%; }

.threeColumnPunchCardsImg {
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 30px; }

.threeColumnPunchCardsHeaderSpan {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.375rem;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none; }

.threeColumnPunchCardsP {
  line-height: 1.4em;
  text-align: center;
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  color: #565656 !important; }

@media screen and (max-width: 980px) {
  .threeColumnPunchCardsSection {
    display: block;
    margin-bottom: 6%; } }

@media screen and (max-width: 700px) {
  .threeColumnPunchCardsSection {
    width: auto;
    padding: 15% 9%; } }

@media screen and (min-width: 701px) and (max-width: 980px) {
  .threeColumnPunchCardsSection {
    width: auto;
    padding: 6% 9%; } }
