.textual-module-block {
  padding-top   : calc(var(--menu-height) + var(--sticky-h-height) + 80px);
  padding-bottom: 120px;
  overflow      : hidden;
  position: relative;
}

.textual-module-block .text-wrapper:not(.extra-box) {
  margin-bottom: 40px;
}

.textual-module-block .text-wrapper.extra-box {
  border-radius: 16px;
  padding      : 40px 60px 40px;
  border       : 1px solid var(--neutral-k3);
}

.textual-module-block .cta-row {
  display        : flex;
  gap            : 80px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .textual-module-block {
    padding-top   : calc(var(--menu-height) + var(--sticky-h-height) + 35px);
    padding-bottom: 80px;
  }

  .textual-module-block .cta-row {
    display       : flex;
    gap           : 0;
    flex-direction: column;
  }

  .textual-module-block .cta-row .cta_wrapper:nth-child(2) {
    padding-top: 16px;
  }
}