p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; } a { transition: all 0.2s ease-out; cursor: pointer; } .subscribe-box { max-width:1024px; margin:15px auto; background-color: #f0f0f0; background-size: cover; } .logo { text-align: center; padding-bottom: 30px; padding-top: 30px; } .abc: :last-of-type { margin-bottom: 0; } @media screen and (min-width: 720px){ .abc { flex-basis: 100%; max-width: none; margin: 0 auto 3 rem; padding-bottom: 0; } } section{ display: block; } .offers { display: flex; flex-direction: column; margin: 0 auto; } @media screen and (min-width: 720px){ .offers{ flex-flow: row wrap; justify-content: center; width: 760px; } } .card { display: flex; flex-direction: column; align-items: center; min-width: 332px; width: 95%; margin: 0 auto 2.2rem; box-shadow: 0 1px 6px 2px rgb(115 115 115 / 30%); background-color: #ffffff; } @media screen and (min-width: 720px){ .card{ margin: 0 20px; min-width: auto; width: 320px; } } .feature_head { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 30px; margin: 0 0 20px; padding: 5px; background-color: #b85c1e; } .regular_head { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 30px; margin: 0 0 20px; padding: 5px; background-color: #000000; } .text { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 1rem; line-height: 1.25rem; color: #ffffff; max-width: 100%; margin: 0; text-transform: uppercase; text-align: center; } .offer { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: 100%; margin-bottom: 5px; padding: 0 20px; } .Digital { font-weight: normal; font-style: normal; font-size: 1.125rem; line-height: 1.625rem; color: #000000; max-width: 100%; margin: 0 0 10px; text-align: center; } .rate { font-weight: normal; font-style: normal; font-size: 2.75rem; line-height: 2.75rem; color: #000000; max-width: 100%; margin: 0 0 8px; text-align: center; } .og { font-weight: normal; font-style: normal; font-size: 1rem; line-height: 1.25rem; max-width: 100%; text-align: center; margin: 0 0 8px; color: #000000; } .save { font-weight: normal; font-style: normal; font-size: 1rem; line-height: 1.25rem; color: #000000; display: inline; max-width: 100%; } .colored-btn { box-sizing: border-box; width: 225px; background-color: #b85c1e; color: white; padding: 12px 24px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 20px; border-radius: 50px; text-align: center; margin-bottom: 50px; } .black-btn { box-sizing: border-box; width: 200px; background-color: #000000; color: white; padding: 12px 24px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 20px; border-radius: 50px; text-align: center; margin-bottom: 50px; } .printLink { text-align: center; text-decoration: underline; padding-bottom: 30px; }