.pricePack {background: linear-gradient(to bottom, #EEE, #FFF); position: relative; padding-bottom: 5rem;}
.pricePack .card {padding: 2rem;}
.pricePack h2, .pricePack p {margin: 0;}
.pricePack p {font-family: Merriweather, serif;}
.pricePack h2 {font-size: 1.5rem;}
.pricePack .content-wrapper {max-width: 800px;}
.pricePack .group {padding: 2rem 0;  margin: 0 auto;}
.pricePack .group > div {flex:1;}
.pricePack .group {justify-content: center;}
.pricePack .group .card {max-width: 340px;}

.pricePack .topBorder {transform: rotate(180deg); top:-10px; right; 0; left: 0; position: absolute; z-index:1; height: 120px!important;}

@media (max-width: 700px){
  .pricePack .group {flex-direction: column; align-items:center;} 
  .pricePack {padding-top: 100px!important;}
}