

/* Start:/local/templates/html/components-template/breeding-page/style.css?1781422213742*/
.breeding-page {
  margin-top: 230px;
}
@media (max-width: 1023px) {
  .breeding-page {
    margin-top: 130px;
  }
}

.breeding-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.breeding-item {
  width: calc(33% - 30px);
  margin: 20px 15px;
}
@media (max-width: 1023px) {
  .breeding-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 574px) {
  .breeding-item {
    width: calc(100% - 30px);
  }
}
.breeding-item__info h3 {
  margin: 10px 0;
}
.breeding-item__info h3 a {
  text-transform: uppercase;
  color: #333;
}
.breeding-item__info a {
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .breeding-item__info a:hover {
    color: #19C251;
  }
}
.breeding-item__info ul li {
  margin-bottom: 10px;
}

/* End */
/* /local/templates/html/components-template/breeding-page/style.css?1781422213742 */
