.block-commit-with h2 {
  padding: 0 0 2.7rem 0;
}
.block-commit-with-solution {
  position: relative;
  width: 86.4rem !important;
}
.block-commit-with-solution-number {
  position: absolute;
  background: #DB0717;
  color: white;
  top: 1.1rem;
  left: -4rem;
  font-size: 1.8rem;
  font-weight: bold;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
}
.block-commit-with .slick-slide {
  text-align: center;
  outline: none;
}
.block-commit-with .slick-slide * {
  outline: none;
}

.block-commit-with .slick-slide > div {
  transform: scale(0.5);
  transition: all 0.6s !important;
}
.block-commit-with .slick-slide.slick-center > div,
.block-commit-with .slick-slide.slick-clone-current > div {
  transform: scale(1);
}
.block-commit-with .slick-slide .post-content-solution {
  text-align: left;
}
.block-commit-with .slick-dots {
  text-align: left;
}
.block-commit-with .slick-dots {
  max-width: 86.4rem;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  position: relative;
  padding-top: 4.3rem;
}
.block-commit-with .slick-dots li button:before {
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
  color: black;
  transition: color 0.3s;
}
.block-commit-with .slick-dots li button:hover:before {
  color: #DB0717;
}
.block-commit-with .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #DB0717;
}
.block-commit-with .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-bottom: 0;
}

.block-commit-with .slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 0 22% !important;
  box-sizing: border-box;
}

.block-commit-with-single .slick-list.draggable {
  padding: 0 !important;
}

.post-content-solution {
  background: #f2f2f2;
  padding: 5rem;
  height: 53rem;
}
.post-content-solution-content-left {
  border-right: 0.2rem solid #e5e5e5;
  width: 50%;
  vertical-align: top;
  padding-right: 5rem;
}
.post-content-solution-content-right {
  width: 50%;
  vertical-align: top;
  padding: 4rem 0 4rem 4rem;
}
.post-content-solution .entry-title {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 3.5rem;
  line-height: 1;
}
.post-content-solution .entry-title p {
  padding: 0;
  margin: 0;
}
.post-content-solution .entry-title span {
  font-weight: normal;
}
.post-content-solution {
  overflow: hidden;
}
.block-commit-with .entry-content {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.post-content-solution .post-content-solution-datas-row {
  margin-bottom: 5.8rem;
}
.post-content-solution .post-content-solution-data {
  width: 50%;
  padding: 0 1.5rem;
  border-left: 0.2rem solid #e5e5e5;
  vertical-align: top;
}

.post-content-solution .post-content-solution-data.datafullwidth {
  width: 100%;
}

.post-content-solution .post-content-solution-data:first-child {
  border-left: none;
  padding-left: 0;
}
.post-content-solution .post-content-solution-datas-row-data {
  color: #DB0717;
  font-weight: bold;
  font-size: 4rem;
  line-height: 3rem;
}
.post-content-solution .post-content-solution-datas-row-label {
  font-size: 1.5rem;
  font-weight: bold;
}
.post-content-solution .post-content-solution-media {
  margin-bottom: 5.8rem;
}

/* slick */

.block-commit-with-solutions .slick-prev,
.block-commit-with-solutions .slick-next {
  z-index: 10000;
  width: 40px;
  height: 40px;
}
.block-commit-with-solutions .slick-prev:before,
.block-commit-with-solutions .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 8vw;
  opacity: 1;
  color: #DB0717;
}
.block-commit-with-solutions .slick-prev {
  left: 4.2vw;
}
.block-commit-with-solutions .slick-prev:before {
  content: '\f104';
}
.block-commit-with-solutions .slick-next {
  right: 4.2vw;
}
.block-commit-with-solutions .slick-next:before {
  content: '\f105';
}

.block-commit-with-solution .entry-content a {
  text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .block-commit-with .slick-list.draggable {
    padding: 0 20% !important;
    box-sizing: border-box;
  }

  .block-commit-with-single .slick-list.draggable {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1350px) {
  .block-commit-with .slick-list.draggable {
    padding: 0 !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .block-commit-with h2 {
    line-height: 7.81vw;
  }

  body.home .block-commit-with h2 {
    padding-bottom: 8.75vw;
  }

  .block-commit-with-solution {
    padding: 0 3.90625vw;
  }

  .block-commit-with-solution {
    width: auto !important;
  }

  .post-content-solution {
    height: auto;
    padding: 11.07vw 13.8vw;
  }

  .post-content-solution-content {
    display: block;
    height: auto;
  }

  .post-content-solution-content-left,
  .post-content-solution-content-right {
    width: 100%;
    display: block;
    border: 0;
    padding: 0;
  }

  .post-content-solution-content-left {
    margin-bottom: 2.6rem;
  }

  .post-content-solution .post-content-solution-link {
    margin-bottom: 2.6rem;
  }

  .block-commit-with-solution-number {
    line-height: 13.12vw;
    font-size: 4.69vw;
    top: 6.12vw;
    left: 0;
    width: 13.67vw;
    height: 13.67vw;
  }

  .post-content-solution .entry-title {
    font-size: 6.5vw;
    line-height: 7.2vw;
    padding-bottom: 2.5rem;
  }

  .post-content-solution .entry-content {
    font-size: 5.2vw;
    line-height: 6.2vw;
    padding-bottom: 0;
  }

  .align-block .post-content-solution-data {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .post-content-solution .post-content-solution-data:first-child {
    border: inherit;
    padding: inherit;
  }

  .post-content-solution .post-content-solution-datas-row-data {
    font-size: 6.25vw;
    line-height: 7.8125vw;
  }

  .post-content-solution .post-content-solution-datas-row-label {
    font-size: 3.90625vw;
  }

  .post-content-solution .post-content-solution-datas-row {
    margin-bottom: 2.8rem;
  }

  .post-content-solution-media {
    display: none;
  }

  .block-commit-with .slick-dots {
    padding-top: 0;
    text-align: center;
    padding-top: 5.598958333333334vw;
  }

  body.home .block-commit-with {
    padding-bottom: 0;
  }
}
