.dcx-guarantee {
  width: min(1085px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 44px 0;
  background: #ffffff;
  border: 2px solid rgba(231, 25, 57, 0.5);
  box-shadow: 0 0 4px rgba(231, 25, 57, 0.1), 0 8px 16px rgba(231, 25, 57, 0.12);
  border-radius: 20px;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow: hidden;
}

.dcx-guarantee,
.dcx-guarantee *,
.dcx-guarantee *::before,
.dcx-guarantee *::after {
  box-sizing: border-box;
}

.dcx-guarantee__row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 428px) minmax(0, 1fr);
  align-items: end;
  column-gap: 40px;
}

.dcx-guarantee__visual {
  position: relative;
  min-width: 0;
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.dcx-guarantee__person {
  display: block;
  width: 428px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left bottom;
  flex: 0 0 auto;
}

.dcx-guarantee__money {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 81px;
  height: auto;
  max-height: 139px;
  object-fit: contain;
  display: block;
}

.dcx-guarantee__content {
  min-width: 0;
  max-width: 553px;
  justify-self: center;
  align-self: center;
  padding: 20px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.dcx-guarantee__title {
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #1d293d;
}

.dcx-guarantee__title-accent {
  color: #ec1c3b;
}

.dcx-guarantee__text {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #62748e;
}

.dcx-guarantee__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 14px 20px;
  background: linear-gradient(88deg, #b10d28 0.47%, #ff1744 98.23%) border-box;
  border: 3px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(237, 26, 59, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, -webkit-text-fill-color 0.2s ease;
}

.dcx-guarantee__cta:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: #111111;
  box-shadow: 0 16px 34px rgba(15, 23, 43, 0.10);
}

.dcx-guarantee__cta-text {
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  white-space: nowrap;
}

.dcx-guarantee__cta:hover .dcx-guarantee__cta-text {
  color: #ed1a3b;
  -webkit-text-fill-color: #ed1a3b;
}

.dcx-guarantee--no-visual {
  padding-bottom: 32px;
}

.dcx-guarantee--no-visual .dcx-guarantee__row {
  grid-template-columns: minmax(0, 1fr);
}

.dcx-guarantee--no-visual .dcx-guarantee__visual {
  display: none;
}

.dcx-guarantee--no-visual .dcx-guarantee__content {
  max-width: 720px;
  padding-bottom: 0;
}

@media (max-width: 1100px) {
  .dcx-guarantee {
    padding: 28px 28px 0;
  }

  .dcx-guarantee__row {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    column-gap: 24px;
  }

  .dcx-guarantee__visual {
    min-height: 340px;
  }

  .dcx-guarantee__person {
    width: 360px;
  }

  .dcx-guarantee__money {
    right: 16px;
    top: 12px;
    width: 72px;
    max-height: 124px;
  }

  .dcx-guarantee__content {
    padding-bottom: 28px;
  }

  .dcx-guarantee__title {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 820px) {
  .dcx-guarantee {
    width: min(100%, calc(100% - 24px));
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .dcx-guarantee__row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }

  .dcx-guarantee__visual {
    width: min(100%, 320px);
    min-height: 260px;
    margin: 0 auto;
  }

  .dcx-guarantee__person {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    object-position: center bottom;
  }

  .dcx-guarantee__money {
    right: 18px;
    top: 10px;
    width: 58px;
    max-height: 100px;
  }

  .dcx-guarantee__content {
    max-width: 100%;
    padding: 0;
    gap: 18px;
  }

  .dcx-guarantee__title {
    font-size: 30px;
    line-height: 38px;
  }

  .dcx-guarantee__text {
    max-width: 34ch;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 560px) {
  .dcx-guarantee {
    width: min(100%, calc(100% - 20px));
    padding: 18px 14px 18px;
    border-radius: 18px;
  }

  .dcx-guarantee__visual {
    width: min(100%, 280px);
    min-height: 220px;
  }

  .dcx-guarantee__person {
    max-width: 280px;
  }

  .dcx-guarantee__money {
    right: 12px;
    top: 8px;
    width: 48px;
    max-height: 82px;
  }

  .dcx-guarantee__content {
    gap: 16px;
  }

  .dcx-guarantee__title {
    font-size: 24px;
    line-height: 32px;
  }

  .dcx-guarantee__text {
    max-width: 30ch;
    font-size: 15px;
    line-height: 25px;
  }

  .dcx-guarantee__cta {
    max-width: 280px;
  }

  .dcx-guarantee__cta-text {
    font-size: 17px;
    line-height: 17px;
  }
}
