.xp-principle-card,
.xp-principle-card * {
  box-sizing: border-box;
}

.xp-principle-card {
  position: relative;
  display: flex;
  min-height: 0;
  padding: 0 20px 22px;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 2 / 3;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(25, 35, 48, .08);
  color: #171717;
  font-family: Roboto, Arial, sans-serif;
  isolation: isolate;
}

.xp-principle-card__number {
  position: absolute;
  top: 5px;
  left: 22px;
  z-index: 0;
  color: rgba(224, 21, 35, .09);
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -6px;
}

.xp-principle-card__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 70px;
  height: 70px;
  margin: 46px auto 14px;
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  place-items: center;
}

.xp-principle-card__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.xp-principle-card__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.xp-principle-card__content h3,
.xp-principle-card__content strong,
.xp-principle-card__content p {
  margin: 0;
}

.xp-principle-card__content h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.22;
}

.xp-principle-card__content strong {
  display: block;
  margin-top: 2px;
  color: #e30613;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.xp-principle-card__content p {
  max-width: 190px;
  margin: 26px auto 0;
  color: #69717d;
  font-size: 13px;
  line-height: 1.38;
}

.xp-principle-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 38%;
  overflow: hidden;
  border-radius: 0 0 17px 17px;
  background-color: #f4f6f8;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.xp-principle-card__image > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xp-principle-card__arrow {
  position: absolute;
  top: 34%;
  right: -18px;
  z-index: 5;
  display: grid;
  width: 18px;
  height: 36px;
  color: #e30613;
  place-items: center;
  transform: translateY(-50%);
}

.xp-principle-card__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

@media (max-width: 849px) {
  .xp-principle-card { min-height: 0; }
  .xp-principle-card__arrow { display: none; }
}

@media (max-width: 549px) {
  .xp-principle-card { min-height: 0; padding-right: 14px; padding-left: 14px; }
  .xp-principle-card__icon { width: 58px; height: 58px; margin-top: 30px; margin-bottom: 10px; }
  .xp-principle-card__icon svg { width: 31px; height: 31px; }
  .xp-principle-card__content h3 { font-size: 16px; }
  .xp-principle-card__content strong { font-size: 13px; }
  .xp-principle-card__content p { margin-top: 14px; font-size: 11px; }
}
