.dna-breeds{
  padding: 96px 0;
  overflow: hidden;
}
.dna-breeds-head{
  margin-bottom: 48px;
}
.dna-breeds-head-inner{
  align-items: center;
  display: flex;
}
.dna-breeds-head-btn{
  margin-left: auto;
  display: none;
}
.dna-breeds-head-title {
  width: 70%;
}
.dna-breeds-head-btn a{
  padding: 14px 19px;
  border-radius: 34px;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border:  1px solid var(--primary);
  transition: all .3s ease-in-out;
}
.dna-breeds-head-btn a:hover{
  color: white;
  background: var(--primary-text-hover);
  border-color: var(--primary-text-hover);
}
.dna-breeds-head-title h2{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: var(--primary);
}
.dna-breeds-item-image{
  width: 100%;
  height: 203px;
  background: #f2f1f6;
  border-radius: 8px 8px 0px 0px;
}

.dna-breeds-item-title{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  text-decoration: none;
  padding: 16px;
  text-align: center;
  background: var(--primary);
  border-radius: 0 0 8px 8px;
}

.dna-breeds-item-image div{
  width: 100%;
  height: 100%;
}
.dna-breeds-item-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media(max-width: 1279px){
  .dna-breeds{
    padding: 80px 0;
  }
  .dna-breeds-head-title{
    width: 80%;
  }
  .dna-breeds-head-title h2{
    font-size: 40px;
    line-height: 44px;
  }
  .dna-breeds-item-title{
    font-size: 12.8px;
    line-height: 13px;
  }
  .dna-breeds-item-image{
    height: 162.4px;
  }

}
@media(max-width: 767px){
  .dna-breeds-head-inner{
    flex-wrap: wrap;
    text-align: center;
    padding: 16px;
  }
  .dna-breeds-head-title h2{
    font-size: 32px;
    line-height: 36px;
  }
  .dna-breeds-head-title{
    width: 100%;
  }
  .dna-breeds-item-image{
    height: 152.25px;
  }
  .dna-breeds-head-btn{
    margin: 0 auto;
  }
  .dna-breeds-head-btn a{
    margin-top: 40px;
  }
}