.breeding__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.breeding__page{border-radius:20px;height:auto;max-width:calc(50% - 16px);overflow:hidden;width:100%}.breeding__page,.breeding__page-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.breeding__page-info{background:var(--lightBlue);gap:24px;height:100%;padding:32px}.breeding__page-cover{height:232px;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.breeding__page-openBtn{display:none}.breeding__page-description{margin-bottom:24px}.breeding__page-link{margin-top:auto}@media (max-width:767px){.breeding__page{max-width:100%}.breeding__page-info{gap:0;padding:32px 16px}.breeding__page-cover{display:none}.breeding__page-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:12px;justify-content:space-between;-webkit-transition:margin .35s ease-in-out;-o-transition:margin .35s ease-in-out;transition:margin .35s ease-in-out}.breeding__page-title.active{margin-bottom:32px}.breeding__page-title span{max-width:calc(100% - 52px);width:100%}.breeding__page-openBtn{background:none;border:0;cursor:pointer;display:block;height:40px;-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out,-webkit-transform .35s ease-in-out;width:40px}.breeding__page-title.active .breeding__page-openBtn{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.breeding__page-description{display:none;margin:0;overflow:hidden;padding:0;-webkit-transition:height .35s ease-in-out;-o-transition:height .35s ease-in-out;transition:height .35s ease-in-out}.breeding__page-description.active{display:block}.breeding__page-link{margin-top:32px}}