.breeds-overview{display:flex;flex-wrap:wrap;justify-content:space-evenly;background:#f4fbfb;padding:30px 0 5px;border-radius:30px;margin-bottom:20px}.breeds-overview .breeds-overview__item{text-align:center;width:220px;padding:5px 10px 15px}.breeds-overview .breeds-overview__item .breeds-overview__item__icon{display:flex;flex-direction:row;justify-content:center;margin-bottom:6px}.breeds-overview .breeds-overview__item p:nth-child(1){font-weight:700;margin:0;color:#407c7c}.breeds-overview .breeds-overview__item p:nth-child(2){font-size:15px}@media (max-width:500px){.breeds-overview{padding:10px 0 0}.breeds-overview .breeds-overview__item{width:100%;display:flex}.breeds-overview .breeds-overview__item__icon{width:55px;margin-right:15px;margin-left:10px;margin-bottom:0}.breeds-overview .breeds-overview__item__icon svg{width:55px;height:60px}}