.about-us.dt-section .about-works {
  position: relative;
}
.about-us.dt-section .about-works .img-block {
  margin: 2rem auto;
}
.about-us.dt-section .about-works:nth-child(even) {
  background-color: var(--bs-secondary);
}
.about-us.dt-section .about-works:nth-child(even):before, .about-us.dt-section .about-works:nth-child(even):after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: var(--bs-secondary);
}
.about-us.dt-section .about-works:nth-child(even):before {
  left: 100%;
}
.about-us.dt-section .about-works:nth-child(even):after {
  right: 100%;
}

/*# sourceMappingURL=about-us.css.map */
