.section4 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.section4 .container {
  margin-left: 12%;
  margin-right: 12%;
  padding: 0;
}
.section4 .category {
  display: flex;
  flex-wrap: wrap;
}
.section4 .category .item {
  width: 9.57%;
  background: white;
  text-decoration: none;
  padding: 5px 2px;
  overflow: hidden;
  border: 1px solid #f4f8fa;
}
.section4 .category .item img {
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.section4 .category .item p {
  transition: 0.3s ease;
  text-align: center;
  font-size: 13px;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.section4 .category .item:hover img {
  transform: scale(1.2);
}
.section4 .category .item:hover p {
  color: var(--background-infomation);
  font-weight: 600;
}
.section4 .title__category {
  background: white;
  border-radius: 5px;
}
.section4 .title__category h2 {
  position: relative;
  background: #e02027;
  width: 300px;
  padding: 5px 8px;
  color: white;
  border-radius: 5px 0 0 5px;
  height: 100%;
}
.section4 .title__category h2::after {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 22px solid transparent;
  border-left: 15px solid;
  border-left-color: #e02027;
  border-right: 0 solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}

/*# sourceMappingURL=section4.css.map */
