﻿.fourcolumnPunchCardsSection {
  width: 18.99999%;
  padding-top: 4%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-flex;
  border-radius: 15px;
  margin-bottom: 2%;
  margin: 0 .8%; }

.fourColumnPunchCards {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center; }

.fourColumnPunchCardsImg {
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 80%; }

.fourColumnPunchCardsHeaderSpan {
  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; }

.fourColumnPunchCardsP {
  line-height: 1.4em;
  text-align: center;
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  color: #2D2D2D !important; }

@media screen and (max-width: 479px) {
  .fourcolumnPunchCardsSection {
    display: block;
    width: auto;
    padding: 5% 9%;
    margin-bottom: 6%;
    padding-top: 15%; } }

@media screen and (min-width: 480px) and (max-width: 700px) {
  .fourcolumnPunchCardsSection {
    width: 37%;
    padding: 5% 5%;
    padding-top: 15%; } }

@media screen and (min-width: 701px) and (max-width: 980px) {
  .fourcolumnPunchCardsSection {
    width: 39%;
    padding: 4% 3%;
    padding-top: 5%;
    margin: 0 1.8%;
    margin-bottom: 15%; } }

@media screen and (min-width: 480px) and (max-width: 980px) {
  .fourcolumnPunchCardsSection {
    display: inline-flex;
    margin-bottom: 6%;
    padding-top: 6%; } }
