.customer-styles {
  /* START article: des-text */
  /* END article: des-text */
}

.customer-styles .template_des-text {
  background-color: #fff;
}

.customer-styles .template_des-text.section-devider {
  position: relative;
}

.customer-styles .template_des-text.section-devider::before {
  background-color: var(--color-background);
  clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 100%, 0% 100%);
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: -23px;
  width: 160px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-text.section-devider::before {
    clip-path: polygon(0% 0%, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
    height: 36px;
    top: -35px;
    width: 220px;
  }
}

.customer-styles .template_des-text .content {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_des-text .content {
    grid-column: 3 / 15;
  }
}

.customer-styles .template_des-text .h2:not(:last-child) {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-text .h2:not(:last-child) {
    margin-bottom: 60px;
  }
}

.customer-styles .template_des-text .h3:not(:last-child) {
  margin-bottom: 15px;
}

.customer-styles .template_des-text .button-container {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-text .button-container {
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: flex;
    flex-direction: row;
  }
}

.customer-styles .template_des-text .button-container:not(:first-child) {
  margin-top: 32px;
}
