.why-it-matters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20rem 0 0 0;
}

.why-it-matters__title {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 120%;
  letter-spacing: -0.02rem;
  text-align: center;
  color: var(--brandColor);
  width: 11.09rem;
  margin: 0 0 0.9rem 0;
}

.why-it-matters__title span {
  font-weight: 400;
}

.why-it-matters__card {
  width: 100%;
  height: 7.27rem;
  border-radius: 0.47rem;
  border: 2px solid #b0b0b0;
}

.why-it-matters__cards-container {
  display: flex;
  flex-direction: column;
  gap: 0.72rem 0;
}

.why-it-matters__card-imgae-container {
  width: 3.33rem;
  height: 2.72rem;
  border-top-left-radius: 0.47rem;
}
.card-image {
  height: 1.63rem;
  width: 1.63rem;
}
.why-it-matters__card-title {
  color: var(--brandColor);
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.why-it-matters__card-sub-title {
  font-weight: 500;
  font-size: 0.63rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
  color: #282828cc;
  width: 14.05rem;
}
.details-container {
  padding: 0 0 0 0.78rem;
}
.card-image {
  border-top-left-radius: 0.47rem;
  width: 3.3rem;
  height: 2.72rem;
}

@media screen and (min-width: 768px) {
  .why-it-matters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:  1rem 0 0 0;
  }
  .why-it-matters__cards-container {
    display: flex;
    flex-direction: row;
    gap: 0.377rem;
  }
  .why-it-matters__card {
    width: 7.83rem;
    height: 5.28rem;
    border: 1px solid #b0b0b0;
    border-radius: 0.22rem;
  }

  .why-it-matters__card-title {
    color: var(--brandColor);
    font-weight: 500;
    font-size: 0.52rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .why-it-matters__card-sub-title {
    font-weight: 500;
    font-size: 0.37rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
    color: #282828cc;
    width: 6.64rem;
  }
  .card-image {
    border-top-left-radius: 0.22rem;
    width: 2.16rem;
    height: 1.8rem;
  }
}
