@media only screen and (min-width: 1000px), print {
  #U-38 .flex-lead {
    gap: 130px;
    justify-content: space-between;
  }
  #U-38 .flex-lead .block-flex--item {
    width: 100%;
  }
  #U-38 .flex-lead .block-flex--item:first-child {
    width: calc(100% - 270px - 130px);
    flex-shrink: 0;
  }
  #U-38 .flex-lead .block-flex--item:last-child {
    display: flex;
    align-items: center;
    width: 270px;
  }
}
@media only screen and (max-width: 999.9px) {
  #U-38 .flex-lead {
    flex-direction: column-reverse;
  }
  #U-38 .flex-lead .block-flex--item:first-child {
    order: 1;
  }
  #U-38 .flex-lead .block-flex--item:last-child {
    order: 0;
    display: flex;
    justify-content: center;
  }
  #U-38 .flex-lead .block-flex--item .block-button {
    width: fit-content;
  }
}
#U-38 .block-image {
  width: 100%;
}
#U-38 .block-image img {
  width: 100%;
}

@media only screen and (max-width: 999.9px) {
  #U-39 .block-section.bg {
    padding: 0;
    background: none;
  }
}