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

@media screen and (max-width: 1024px) {
  .catalog {
    margin-top: 68px;
    display: flex;
    flex-direction: column;
  }
  .catalog .see-all {
    margin-top: 16px;
    padding: 10px;
    border: 1px solid #171965;
    text-decoration: none;
    font-family: Circe, sans-serife;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171965;
  }
  .catalog-header {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .catalog-header .title {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .catalog-header .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-header .see-all {
    padding: 8px 45px;
    border: 1px solid #171965;
    text-decoration: none;
    font-family: Circe, sans-serife;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.53px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171965;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
  }
  .catalog-content__item {
    background: #F5F5F5;
    width: calc(50% - 6px);
    height: 240px;
  }
  .catalog-content__item .image-wrapper {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-content__item .image-wrapper img {
    max-width: 132px;
    max-height: 132px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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;
  }
}
