.catalog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
}
.catalog-wrapper .title {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .catalog-wrapper .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.catalog-wrapper .catalog-content {
  margin-bottom: 80px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 11px;
}
.catalog-wrapper .catalog-content__item {
  background: #F5F5F5;
  width: calc(25% - 8.5px);
  height: 386px;
  transition: all 0.4s ease-in-out;
}
.catalog-wrapper .catalog-content__item:hover {
  scale: 1.03;
}
.catalog-wrapper .catalog-content__item .image-wrapper {
  height: 327px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-wrapper .catalog-content__item .image-wrapper img {
  max-width: 247px;
  max-height: 247px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-wrapper .catalog-content__item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #95B2E7;
  text-transform: none;
  height: 60px;
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 800;
  line-height: 25.38px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .catalog-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .catalog-wrapper .title {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .catalog-wrapper .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-wrapper .catalog-content {
    margin-bottom: 68px;
    margin-top: 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
  }
  .catalog-wrapper .catalog-content__item {
    background: #F5F5F5;
    width: calc(50% - 6px);
    height: 240px;
  }
  .catalog-wrapper .catalog-content__item .image-wrapper {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-wrapper .catalog-content__item .image-wrapper img {
    max-width: 132px;
    max-height: 132px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog-wrapper .catalog-content__item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #95B2E7;
    height: 40px;
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.58px;
    text-align: center;
    color: #fff;
  }
}
