:root{--spacing-xl:40px;--spacing-lg:32px}
.breed-banner{margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.breed-banner{margin-bottom:32px}
}
.breed-banner .banner-breed-content{width:934px;margin:auto}
.breed-banner .banner-content{display:flex;flex-grow:1;width:auto;border-radius:12px 0 0 12px;height:200px;padding:32px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex-shrink:0;background:#001952}
.breed-banner .banner-content h1{color:#FFF}
.breed-banner .banner-hero{display:flex;flex-direction:row}
.breed-banner .breed-banner-image{border-radius:0 12px 12px 0;overflow:hidden;position:relative;width:auto;height:200px}
.breed-banner .breed-banner-image img{width:auto;height:100%}
.breed-banner .breed-banner_dates{margin-top:8px;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.4px;color:#656565}
@media(max-width:932px){.breed-banner .banner-breed-content{width:100%;padding:0 16px;display:flex;flex-direction:column}
.breed-banner .banner-content{flex:auto}
}
@media(max-width:680px){.breed-banner .breed-banner-image{width:100%;border-radius:0 0 12px 12px;height:auto;min-width:100%}
.breed-banner .breed-banner-image img{width:100%;height:auto}
.breed-banner .banner-hero{flex-direction:column}
.breed-banner .banner-content{width:100%;display:flex;padding:16px;border-radius:12px 12px 0 0;flex-direction:column;align-items:flex-start;height:fit-content;align-self:stretch}
.breed-banner .banner-content h1{line-height:30px;font-size:25px}
}