.flyer__cards--toggleOuter {
    display: flex;
    margin: 40px 0 40px 0;
    justify-content:center;
    gap: 30px;
}

.flyer__cards--outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flyer__cardToggle {
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
    border: 1px solid  var(--flyer-primary);
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.flyer__cardToggle:hover {
    cursor: pointer;
}

.flyer__cardToggle--active {
  background: var(--flyer-primary);
  color: #fff;
}

.flyer-subscription-card {
margin-bottom: 1em;
    width: 32%;
    padding: 3em 1em;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #333;
    font-size: 1em;
    line-height: 1.625;
    text-align: center;
    box-sizing: border-box;
    box-shadow: #ccc 0px 0px 10px;
    position: relative;
    
}
.flyer__card--popular {
    border-top: 3px solid #000;
}
.flyer-subscription-card h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.flyer__card--popularTag {
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    line-height: 26px;
    background: #000;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    

}
.flyer__card--popularTag::before {
    content: '';
    display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	
	border-top: 26px solid #000;
    position: absolute;
    left: -12px;
}

.flyer__card--subscriptionCost {
    line-height: 40px;
    height: 40px;
    margin-bottom: 30px;
}

.flyer__Card--priceAmount {
    font-size: 36px;
    vertical-align: middle;
    
}

.flyer--hidden {
    display: none;
}

.flyer__cards--outer .flyer-subscription-card a.flyer__card--button {
    background: var(--flyer-primary);
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.flyer__card--description {
    margin: 30px -1em 0 -1em;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.flyer__card--description ul {
        margin-bottom: 15px;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    margin-left: 30px;
    text-align: left;
}

.flyer__card--order1 {
    order: 1;
}
.flyer__card--order2 {
    order: 2;
}
.flyer__card--order3 {
    order: 3;
}
.flyer__card--description li {
    list-style: none;
    line-height: 24px;
    font-size: 14px;
}
.flyer__card--description li::before {
    content: "\f00c";
    color: #ffda00;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    
}