.qonnect-features__title {
  font-size: var(--fs-h1);
  font-weight: 500;
  line-height: 50px;
  color: #222222;
  text-align: center;
}

.qonnect-features__description {
  font-size: var(--fs-h4);
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  text-align: center;
  margin-bottom: 50px;
}

.qonnect-features__items {
  --bs-gutter-y: 16px;
}

.qonnect-features__item-card {
  height: 100%;
  background-color: #FCFAFF;
  border-radius: 40px;
  padding: 28px 32px;
  box-shadow: 0px 3px 10px 0px #33333326;
}

.qonnect-features__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #6800FF;
  margin-bottom: 20px;
}

.qonnect-features__item-image img {
  width: 24px;
  height: 24px;
}

.qonnect-features__item-title {
  font-size: var(--fs-h5);
  font-weight: 700;
  line-height: 26px;
  color: #222222;
}

.qonnect-features__item-description {
  font-size: var(--fs-h6);
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}

@media screen and (max-width: 1580px) {
  .qonnect-features__title {
    font-size: var(--fs-h2);
    line-height: 45px;
  }

  .qonnect-features__description {
    font-size: var(--fs-h5);
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .qonnect-features__title {
    font-size: var(--fs-h3);
    line-height: 40px;
  }

  .qonnect-features__description {
    margin-bottom: 30px;
  }
}