.section-dct {
  padding-bottom: 150px;
}
@media (max-width: 1023.98px) {
  .section-dct {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .section-dct {
    padding-bottom: 70px;
  }
}
.section-dct_first-section {
  padding: 32px 0 75px;
}
@media (max-width: 1023.98px) {
  .section-dct_first-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .section-dct_first-section {
    padding: 40px 0;
  }
}
.section-dct .section-header {
  margin-bottom: 40px;
}
@media (max-width: 1023.98px) {
  .section-dct .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-dct .section-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023.98px) {
  .section-dct .section-bottom {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .section-dct .section-bottom {
    margin-top: 20px;
  }
}
.section-dct .section-bottom .btn {
  min-width: auto;
  width: 100%;
  max-width: 300px;
}

.dct {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.dct-desc {
  font: 400 20px/1.4 var(--mainfont);
  letter-spacing: 0.02em;
  color: var(--seryy);
}
.dct-desc ul {
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 767.98px) {
  .dct-desc {
    font-size: 18px;
    line-height: 1.3;
  }
}
.dct-link {
  display: block;
  font: 400 14px/1.4 var(--mainfont);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 767.98px) {
  .dct-link {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}