#about-us-block {
  /*height: 100vh;
  min-height: 870px;*/
  position: relative;
  background-image: url(/wp-content/uploads/2026/04/rectangle-779-6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about__container .adv__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  /*height: 184px;*/
  z-index: 1;
  position: relative;
}
.about__container .adv__block__item {
  background-color: var(--bg-alt-third);
  padding: 30px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about__container .adv__block__item::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/rectangle-783-1.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-text__block {
  /*max-width: 750px;
  margin-left: auto;
  margin-right: auto;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.about-text__block .desc__text {
  max-width: 620px;
  text-align: center;
  margin-bottom: 40px;
}

.worker__block {
  text-align: center;
}
.worker__block h6 {
  margin-bottom: 5px;
}
.worker__block img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}

#about-us-block::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/04/frame-122029.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 846px;
  max-width: 1175px;
}

#about-us-block::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/04/frame-122030.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 1073px;
  max-width: 778px;
}

@media screen and (max-width: 992px) {
  #about-us-block::after {
    display: none;
  }
  #about-us-block::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .number {
    font-size: 28px;
  }
  .about__container .adv__block__item {
    gap: 25px;
  }
  .about__container .adv__block {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=block.css.map */