/* container youshould */
.container-youshould {
  background: url("../../assetsBlockchain/card/card-features-bg.png") right top
      no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(236, 245, 254, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: right top;
  padding-block: 7.5rem 4.5rem;
  overflow: hidden;
}

.youshould {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  box-sizing: content-box;
  max-width: 62.5rem;
  margin: 0px auto;
  padding: 0px 2.5rem;
}
/* icon bg white*/
.icon {
  background-color: rgb(236, 245, 254);
  padding: 0.75rem;
  width: fit-content;
  border-radius: 1.25rem;
}

/* content */
.youshould-content {
  max-width: 30.4375rem;
}

.youshould-content h2 {
  margin: 1.5rem 0;
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.youshould-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.youshould-info {
  max-width: 23rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
/* youshould item */
.youshould-item h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 1rem 0;
}

.youshould-item svg {
  color: rgb(12, 108, 242);
}

.youshould-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgb(80, 89, 107);
}
/* responsive mobile */
@media (max-width: 426px) {
  .container-youshould {
    background-position: right bottom;
    padding: 2.5rem 0;
  }
  .youshould {
    flex-direction: column;
    padding: 0 10px;
  }
  .youshould-content h2 {
    margin: 1.5rem 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
