:root{--spacing-xl:40px;--spacing-lg:32px}
.petcosavings_section{margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.petcosavings_section{margin-bottom:32px}
}
.petcosavings_section .petcosavings_wrapper{display:flex;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;border-radius:16px;border:3px solid var(--Neutral-Chalk,#f2f2f2);background:var(--Neutral-Fog,#f8f7f9)}
.petcosavings_section .petcosavings_container{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}
.petcosavings_section .petcosavingscard{display:flex;width:320px;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:24px;flex:1 0 0;border-radius:16px}
.petcosavings_section .petcosavingscard:nth-child(odd){border:3px solid var(--Neutral-Chalk,#f2f2f2);background:var(--Primary-White,#fff)}
.petcosavings_section .petcosavingscard:nth-child(even){border:3px solid var(--Primary-Yellow,#ffd405);background:#fff1bb}
.petcosavings_section .petcosavingscardinfo__wrap{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch}
.petcosavings_section .intro_text_desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:88px;overflow:hidden}
.petcosavings_section .petcosavingscardbtn__wrap{display:flex;height:56px;padding:14px 32px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:50px;background:var(--Primary-Navy,#00205b)}
.petcosavings_section .nav_bttn{width:172px;font-weight:900}
@media(min-width:768px){.petcosavings_wrapper{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}
.intro_text_desc{min-height:120px}
.petcosavings_container{flex-direction:row !important;scrollbar-width:none;overflow-x:auto}
.petcosavingscard{padding:24px;height:244px}
.petcosavingscardinfo__wrap{display:flex;align-items:center;gap:12px;align-self:stretch}
}