@media (min-width: 1023px) {
  .main-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search .tb {
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 34px;
    background-color: #f0f0f0;
    border-radius: 12.5px;
    padding-left: 30px;
    gap: 140px;
  }

  .title-div h1 {
    color: #00b742;
    font-family: "Fira Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 56.25px; /* 112.5% */
  }

  .breed-filter {
    gap: 12px;
    padding: 12px;
    min-width: 130px;
  }
  .body-homepage h3.dog-name {
    color: #595959;
    min-height: 63.75px;
    font-family: Satoshi;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.25px;
  }
  p.breed-price {
    color: #00b742;
    font-family: Satoshi;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 900;
    line-height: 21.25px;
  }
  .btn-see-more {
    box-shadow: 0px 7.5px 15px 0px rgba(0, 183, 66, 0.25);
    border-radius: 7px;
    background: #00b742;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.333px;
    padding: 13px;
    width: 110px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .btn-dog-details {
    width: 100%;
  }
  .body-homepage .btn-see-more-breeds {
    color: #fff;
    width: 100%;
    padding: 7.3px 16.25px;
    font-family: Satoshi;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.167px;
  }
  .body-homepage .card .dog-img {
    background-size: cover;
    background-position: center;
    border-radius: 12.5px 12.5px 0px 0px;
    width: 263px;
    height: 187px;
  }
  .body-homepage .dog-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;

    justify-content: space-between;
  }
  .dog-name {
    min-height: 63.75px;
  }
  .body-homepage .card {
    max-width: 263px;
  }
  div.see-more-breeds {
    display: inline-flex;
    height: 62.5px;
    padding: 25.083px 25px;
    justify-content: center;
    align-items: center;
    gap: 24.375px;
    flex-shrink: 0;

    border-radius: 12.5px;
    background: #00b742;
    box-shadow: 0px 12.5px 25px 0px rgba(0, 183, 66, 0.25);
  }

  .body-homepage .cards a:nth-of-type(7) .dog-img {
    background-image: url("../images/beagle-2.jpg");
  }

  .body-homepage .cards a:nth-of-type(8) .dog-img,
  .body-homepage .cards a:nth-of-type(9) .dog-img,
  .body-homepage .cards a:nth-of-type(10) .dog-img,
  .body-homepage .cards a:nth-of-type(11) .dog-img,
  .body-homepage .cards a:nth-of-type(12) .dog-img,
  .body-homepage .cards a:nth-of-type(13) .dog-img,
  .body-homepage .cards a:nth-of-type(14) .dog-img {
    background-image: url("../images/CiobanescGerman.jpg");
  }
  .route-map {
    margin-top: 24px;
    align-self: flex-start;
    color: #595959;

    font-family: Satoshi;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.25px; /* 208.333% */
  }
  .route-map a {
    text-decoration: none;
    color: #595959;
  }
  .title-div {
    margin-bottom: 38px;
  }
  .breed-filters {
    align-self: flex-start;
  }
  .breed-filter:hover {
    cursor: pointer;
    box-shadow: none;
  }
  .search {
    border-radius: 12.5px;
  }
  .body-homepage .submit-btn img {
    width: 13.437px;
    height: 13.437px;
  }
  .body-homepage .cards {
    justify-content: center;
  }

  .body-homepage .submit-btn {
    display: flex;
    width: 56.25px;
    height: 56.25px;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
    flex-shrink: 0;

    border-radius: 12.5px;
    background: #00b742;
    box-shadow: 0px 12.5px 25px 0px rgba(0, 183, 66, 0.25);
    margin: 9.38px 9.38px 9.38px 0px;
  }

  .people-reviews{
    max-width: 89.5%;
  }
}
