.exampleSection .content .header .controls {
  display: none;
}
.exampleSection .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.exampleSection .content .twentytwenty-wrapper {
  width: calc(33.33% - 13.3333333333px);
}
.exampleSection .content .twentytwenty-wrapper .before-after {
  height: 300px;
  border-radius: 20px;
  width: 100%;
}
.exampleSection .content .twentytwenty-wrapper .before-after img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.exampleSection .content .twentytwenty-wrapper .before-after .twentytwenty-handle {
  background-color: white;
  display: flex;
  align-items: center;
}
.exampleSection .content .twentytwenty-wrapper .before-after .twentytwenty-handle .twentytwenty-left-arrow {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  margin-top: 0px;
  top: auto;
  left: calc(50% + 3px);
}
.exampleSection .content .twentytwenty-wrapper .before-after .twentytwenty-handle .twentytwenty-left-arrow::before {
  content: url(../images/icons/slider_arrow_left.svg);
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0px;
}
.exampleSection .content .twentytwenty-wrapper .before-after .twentytwenty-handle .twentytwenty-right-arrow {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
  top: auto;
  right: calc(50% + 3px);
}
.exampleSection .content .twentytwenty-wrapper .before-after .twentytwenty-handle .twentytwenty-right-arrow::before {
  content: url(../images/icons/slider_arrow_right.svg);
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0px;
}
.exampleSection .content .owl-carousel {
  display: none;
}

@media (max-width: 800px) {
  .exampleSection .content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .exampleSection .content .header .controls {
    display: flex;
    gap: 10px;
  }
  .exampleSection .content .header .controls button {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .exampleSection .content .header .controls button svg {
    width: 100%;
    height: 100%;
  }
  .exampleSection .content .header .controls button.next svg {
    transform: rotateZ(180deg);
  }
  .exampleSection .content .twentytwenty-wrapper {
    width: calc(100vw - 40px);
  }
  .exampleSection .content .owl-carousel {
    display: inherit;
  }
  .exampleSection .content .list {
    display: none;
  }
}/*# sourceMappingURL=exampleSection.css.map */