.category-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.category-items .title {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .category-items .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.category-items .items-wrapper {
  margin-top: 32px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 32px 20px;
  flex-wrap: wrap;
}
.category-items .items-wrapper .item {
  border: 1px solid #E4E4E4;
  width: calc(25% - 15px);
  height: 441px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.category-items .items-wrapper .item:hover {
  scale: 1.03;
}
.category-items .items-wrapper .item .img-wrapper {
  background-color: #fff;
  height: 338px;
  padding: 46px 24px 24px 24px;
  display: flex;
}
.category-items .items-wrapper .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-items .items-wrapper .item .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4.5px 8px;
  font-family: Circe, sans-serife;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.64px;
  text-align: left;
}
.category-items .items-wrapper .item .blue-badge {
  color: #fff;
  background: #95B2E7;
}
.category-items .items-wrapper .item .gray-badge {
  background: #767676;
  color: #fff;
}
.category-items .items-wrapper .item .text-section {
  height: 103px;
  background: #F5F5F5;
  padding: 9px 24px 0 24px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.category-items .items-wrapper .item .text-section .item-title {
  max-width: 225px;
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.53px;
  text-align: center;
  color: #182139;
}
.category-items .items-wrapper .item .text-section .price {
  font-family: Circe, sans-serife;
  font-size: 20px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: center;
  color: #171965;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .category-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .category-items .title {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-transform: uppercase;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .category-items .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .category-items .items-wrapper {
    margin-top: 16px;
    margin-bottom: 68px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }
  .category-items .items-wrapper .item {
    border: 1px solid #E4E4E4;
    width: calc(50% - 6px);
    height: 340px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .category-items .items-wrapper .item .img-wrapper {
    align-items: center;
    background-color: #fff;
    height: 234px;
    padding: 16px 33px;
    display: flex;
  }
  .category-items .items-wrapper .item .img-wrapper img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category-items .items-wrapper .item .badge {
    height: 24px;
    position: absolute;
    top: 234px;
    left: 0;
    width: 100%;
    padding: 2.5px 8px;
    font-family: Circe, sans-serife;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
  }
  .category-items .items-wrapper .item .blue-badge {
    color: #fff;
    background: #95B2E7;
  }
  .category-items .items-wrapper .item .gray-badge {
    background: #767676;
    color: #fff;
  }
  .category-items .items-wrapper .item .text-section {
    height: 82px;
    background: #F5F5F5;
    padding: 8px 11px;
    gap: 0;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .category-items .items-wrapper .item .text-section .item-title {
    max-width: 100%;
    font-family: Circe, sans-serife;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.64px;
    text-align: center;
    color: #182139;
  }
  .category-items .items-wrapper .item .text-section .price {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.58px;
    text-align: center;
    color: #171965;
    width: 100%;
  }
}
