.homecategory {
  padding: 60px 0;
  background-color: #FBF8F0;
}
@media screen and (min-width: 768px) {
  .homecategory {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .homecategory {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1600px) {
  .homecategory {
    padding: 180px 0;
  }
}
.homecategory .column-wrapper .column-left {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .homecategory .column-wrapper .column-left {
    max-width: 18%;
  }
}
.homecategory .column-wrapper .column-right {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .homecategory .column-wrapper .column-right {
    max-width: 82%;
    padding-left: 120px;
  }
}
.homecategory .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.homecategory .title-wrap .title-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .homecategory .title-wrap .title-content {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .homecategory .title-wrap .title-content {
    margin-bottom: 122px;
  }
}
.homecategory .title-wrap .title-content .icon-image {
  width: 30px;
  height: 40px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .homecategory .title-wrap .title-content .icon-image {
    width: 36px;
    height: 45px;
  }
}
.homecategory .title-wrap .title-content .title {
  margin-bottom: 0;
}
.homecategory .cards-wrapper {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 30px;
}
.homecategory .cards-wrapper .category-card {
  position: relative;
}
@media (hover: hover) {
  .homecategory .cards-wrapper .category-card:hover .card-image img {
    -webkit-transform: scale(1.1) rotate(-2deg);
            transform: scale(1.1) rotate(-2deg);
  }
  .homecategory .cards-wrapper .category-card:hover .card-title {
    color: #F2B681;
    text-shadow: 0 0 0 #F2B681;
  }
}
.homecategory .cards-wrapper .category-card .card-image figure {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  background-color: #ccc;
}
.homecategory .cards-wrapper .category-card .card-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  will-change: transform;
}
.homecategory .cards-wrapper .category-card .card-title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
@media screen and (min-width: 768px) {
  .homecategory .cards-wrapper .category-card .card-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .homecategory .cards-wrapper .category-card .card-title {
    font-size: 30px;
  }
}