.services-bankruptcy-reminder {
  margin-top: clamp(80px, 7.7519379845vw, 100px);
}

.services-bankruptcy-reminder__surface {
  width: 100%;
  background-color: #f6f8f9;
}

.services-bankruptcy-reminder__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28px, 6.976744186vw, 90px);
}

.services-bankruptcy-reminder__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(240px, 30.2325581395vw, 390px);
          flex: 0 0 clamp(240px, 30.2325581395vw, 390px);
  width: 100%;
  max-width: 416px;
  position: relative;
  top: -28px;
}

.services-bankruptcy-reminder__image {
  display: block;
  width: 100%;
  height: auto;
}

.services-bankruptcy-reminder__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.services-bankruptcy-reminder__title {
  margin: 0;
  font-size: clamp(28px, 3.488372093vw, 45px);
}

.services-bankruptcy-reminder__title-accent {
  display: inline-block;
  color: var(--c-accent-strong);
}

.services-bankruptcy-reminder__lead,
.services-bankruptcy-reminder__text {
  margin: 0;
  color: var(--c-text-primary);
  letter-spacing: -0.01em;
}

.services-bankruptcy-reminder__lead {
  margin-top: clamp(18px, 2.3255813953vw, 30px);
  font-size: clamp(18px, 1.8604651163vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.services-bankruptcy-reminder__text {
  margin-top: 1rem;
  font-size: clamp(16px, 1.5503875969vw, 20px);
}

@media (max-width: 745px) {
  .services-bankruptcy-reminder__surface {
    padding-bottom: clamp(80px, 7.7519379845vw, 100px);
  }

  .services-bankruptcy-reminder__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .services-bankruptcy-reminder__media {
    margin-inline: auto;
  }
}
@supports (appearance:none){

}

 @media (max-width: 745px){

@supports (appearance:none){

}

}
