:root{--spacing-xl:40px;--spacing-lg:32px}
.breedfunfactsection{margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.breedfunfactsection{margin-bottom:32px}
}
.breedfunfactsection .breedfunfactsection_wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}
.breedfunfactsection .breedfunfactcard_container{display:flex;flex-direction:column;align-items:center;overflow-x:auto;width:100%;flex-shrink:0;scrollbar-width:none;border-radius:12px}
.breedfunfactsection .breedfunfactcard_container .breedfunfactcard{min-height:164px;flex:1 1 33.333%}
.breedfunfactsection .breedfunfactcard{display:flex;padding:24px;flex-direction:column;align-items:center;gap:16px;align-self:stretch;max-width:100%}
.breedfunfactsection .breedfunfactcard:nth-child(even){background:rgba(0,32,91,0.8)}
.breedfunfactsection .breedfunfactcard:nth-child(odd){background:var(--Primary-Navy,#00205b)}
.breedfunfactsection .breedfunfactcardtext__wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}
.breedfunfactsection .breedfunfactcardimg__wrap img{height:56px;flex-shrink:0;stroke-width:4.7px;stroke:#FFF;display:flex;justify-content:center;align-items:center}
@media(min-width:992px){.breedfunfactsection{width:100%}
.breedfunfactsection .breedfunfactcard{padding:64px 24px}
.breedfunfactsection .breedfunfactsection_wrapper{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:10px}
.breedfunfactsection .breedfunfactcard_container{flex-direction:row;align-items:stretch;gap:0}
.breedfunfactsection .breedfunfactcard_container .breedfunfactcard{min-height:296px}
}