.decor-section.divider-red .decor-item-left .line-top {
  background-color: #AE0F0A;
}
.decor-section.divider-red .decor-item-left .line-bottom {
  background-color: #FFE1DD;
}
.decor-section.divider-red .decor-item-right .line-top {
  background-color: #AE0F0A;
}
.decor-section.divider-red .decor-item-right .line-bottom {
  background-color: #FFE1DD;
}
.decor-section.divider-Green .decor-item-left .line-top {
  background-color: #08878B;
}
.decor-section.divider-Green .decor-item-left .line-bottom {
  background-color: #AE0F0A;
}
.decor-section.divider-Green .decor-item-right .line-top {
  background-color: #AE0F0A;
}
.decor-section.divider-Green .decor-item-right .line-bottom {
  background-color: #08878B;
}
.decor-section .decor-row {
  display: flex;
  gap: 40px;
}
.decor-section .decor-row .decor-item-left {
  width: 50%;
}
.decor-section .decor-row .decor-item-left .line-top {
  width: 43%;
}
.decor-section .decor-row .decor-item-left .line-bottom {
  width: 64%;
}
.decor-section .decor-row .decor-item-left .decor-line {
  border-radius: 0 20px 20px 0;
}
.decor-section .decor-row .decor-item-right {
  width: 50%;
}
.decor-section .decor-row .decor-item-right .line-top {
  width: 22%;
}
.decor-section .decor-row .decor-item-right .line-bottom {
  width: 32%;
}
.decor-section .decor-row .decor-item-right .decor-line {
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px;
}
.decor-section .decor-row .decor-line {
  height: 80px;
}
@media (max-width: 1299px) {
  .decor-section .decor-row .decor-line {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .decor-section .decor-row .decor-line {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .decor-section .decor-row {
    padding: 24px 0;
  }
  .decor-section .decor-row .line-top {
    width: 200px !important;
  }
  .decor-section .decor-row .line-bottom {
    width: 104px !important;
  }
}
@media (max-width: 767px) {
  .decor-section .mobile-hide-line {
    display: none;
  }
}
/*# sourceMappingURL=divider_block.min.css.map */
