.section5 {
  z-index: 1;
}
.section5 .container {
  margin-left: 12%;
  margin-right: 12%;
  padding: 0;
}
.section5 .swiper-wrapper {
  gap: 47px;
}
.section5 .swiper-slide {
  width: 17% !important;
}
.section5 .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section5 .title__category {
  background: white;
  border-radius: 5px;
  padding-bottom: 30px;
}
.section5 .title__category h2 {
  position: relative;
  background: #e02027;
  width: 300px;
  padding: 5px 8px;
  color: white;
  border-radius: 5px 0 0 5px;
  height: 100%;
}
.section5 .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=section5.css.map */
