#about-block {
  margin-top: 80px;
  /* margin-bottom: 80px; */
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
  position: relative;
}

#about-block .block__title {
  margin-bottom: 20px;
}

#about-block .block__holder {
  max-width: 670px;
  width: 100%;
}

#about-block:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 50px;
  width: 100%;
  background: var(--backgroundDark);
  clip-path: polygon(0% 0, 100% 100%, 0% 100%, 0 50%);
  z-index: 1;
}

@media (max-width: 1025px) {
  #about-block {
    background-image: unset !important;
  }
}

@media (max-width: 769px) {
  #about-block {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=block.css.map */