.section6 .video {
  display: flex;
}
.section6 .container {
  margin-left: 12%;
  margin-right: 12%;
  padding: 0;
}
.section6 .title__category {
  background: white;
  border-radius: 5px;
  padding-bottom: 30px;
}
.section6 .title__category h2 {
  position: relative;
  background: #e02027;
  width: 300px;
  padding: 5px 8px;
  color: white;
  border-radius: 5px 0 0 5px;
  height: 100%;
}
.section6 .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=section6.css.map */
