.broken-card {
  position: relative;
  max-width: 120rem;
  width: 100%;
  font-family: "Nunito", sans-serif;
  margin: 6.25rem auto;
}
.broken-card-container {
  max-width: 88.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 5.6875rem;
  justify-content: center;
  align-items: center;
}
.broken-card-content {
  display: flex;
  flex-direction: column;
  max-width: 39.6875rem;
  width: 100%;
}
.broken-card-content h3 {
  color: #48aaf0;
  font-size: 2rem;
  line-height: 2.0625rem;
  font-weight: 400;
  margin: 0;
}
.broken-card-content h4 {
  color: #3b4c58;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.8125rem;
  margin: 1.25rem 0 0 0;
}
.broken-card-content p {
  margin: 1.25rem 0 0 0;
  color: rgba(59, 76, 88, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: "Archivo", sans-serif;
}
.broken-card-content p b,
.broken-card-content p strong {
  font-weight: 800;
}
.broken-card-content .craw {
  width: 12.5rem;
  height: 3.125rem;
  border: unset;
  text-decoration: unset;
  border-radius: 1.875rem;
  background: #48aaf0;
  backdrop-filter: blur(0.75rem);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.9375rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-top: 2.25rem;
}
.broken-card-content .craw img {
  position: absolute;
  right: 0.5rem;
}
.broken-card-list {
  width: 41.6875rem;
}
.broken-card-list .item {
  width: 41.6875rem;
  height: 8.75rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #fff;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
  background: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.02) 0%, rgba(246, 246, 246, 0) 100%);
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(37, 78, 132, 0.33);
  backdrop-filter: blur(0.75rem);
  padding: 1.8125rem 4.375rem 1.8125rem 9.5625rem;
}
.broken-card-list .item .icon {
  position: absolute;
  left: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5.875rem;
  object-fit: contain;
}
.broken-card-list .item h5 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.0625rem;
  font-weight: 400;
  color: #3B4C58;
  letter-spacing: -0.0125rem;
}
.broken-card-list .item p {
  margin: 0;
  font-size: 1rem;
  color: #808D96;
  font-weight: 400;
  line-height: 1.25rem;
}
.broken-card-list .item:nth-child(1) {
  transform: rotate(-1.961deg);
  opacity: 0.15;
  z-index: 1;
}
.broken-card-list .item:nth-child(2) {
  transform: rotate(2.304deg);
  opacity: 0.4;
  z-index: 2;
  margin-top: -0.625rem;
}
.broken-card-list .item:nth-child(3) {
  transform: rotate(-3.499deg);
  z-index: 3;
  margin-top: -0.875rem;
}
.broken-card-list .item:nth-child(4) {
  z-index: 2;
  margin-top: -0.3125rem;
}
.broken-card-list .item:nth-child(5) {
  transform: rotate(3.04deg);
  margin-top: -0.3125rem;
}
.broken-card-list .item:nth-child(6) {
  transform: rotate(-2.041deg);
  opacity: 0.4;
  margin-top: -0.9375rem;
}
.broken-card-list .item:nth-child(7) {
  transform: rotate(1.67deg);
  opacity: 0.15;
  margin-top: -1.5rem;
}
