.common-reasons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.85rem 0;
  margin: 1.2rem 0;
}
.common-reason__title-container > h3 {
  width: 16.8rem;
}
.common-reasons__ul-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.7rem 0;
  padding: 0;
}
.common-reasons__li-container {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
.common-reasons__dotted-image {
  width: 1.27rem;
  height: 1.27rem;
  border-radius: 50%;
  background-color: #ff88ae;
  border: none;
  position: absolute;
  top: -0.2rem;
  left: -0.6rem;
  z-index: 0;
}
.common-reasons__title-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .common-reasons {
    flex-direction: row;
    gap: 0 0.75rem;
    margin: 1.32rem 0 1.5rem 0;
    padding: 0 1.5rem;
  }
  .common-reason__title-container > h3 {
    width: 11.05rem;
    text-align: left;
  }
  .common-reasons__ul-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.64rem 2.5rem;
    border-left: solid 1px #1b1b1b;
    padding: 0.86rem 0 1.77rem 1.54rem;
  }
  .common-reasons__li-container {
    width: 6.8rem;
  }
  .common-reasons__dotted-image {
    width: 0.6rem;
    height: 0.6rem;
    left: -0.2rem;
    top: -0.1rem;
  }
  .common-reasons__title-text {
    font-size: 0.46rem;
    letter-spacing: 0.02rem;
  }
}

.common-title {
  text-align: start;
}
.common-reasons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.85rem 0;
  margin: 1.2rem 0;
}

.common-reason__title-container > h3 {
  width: 16.8rem;
  color: var(--brandClr);
  font-weight: 700;
}

.common-reasons__ul-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.7rem 0;
  padding: 0;
}

.common-reasons__li-container {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-reasons__dotted-image {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #ff88ae;
  border: none;
  position: absolute;
  top: -0.09rem;
  left: -0.6rem;
  z-index: 0;
}

.common-reasons__title-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .common-reasons {
    flex-direction: row;
    gap: 0 0.75rem;
    margin: 1.32rem 0 1.5rem 0;
  }

  .common-reason__title-container > h3 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 0.754rem;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    width: 11.05rem;
    height: 1.66rem;
    color: #802a8f;
  }

  .common-reasons__ul-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.64rem 2.5rem;
    border-left: solid 1px #1b1b1b;
    padding: 0.86rem 0 1.77rem 1rem;
  }

  .common-reasons__li-container {
    width: 6.8rem;
  }

  .common-reasons__dotted-image {
    width: 0.6rem;
    height: 0.6rem;
    left: -0.2rem;
    top: -0.1rem;
  }

  .common-reasons__title-text {
    font-size: 0.46rem;
    letter-spacing: 0.02rem;
  }
}
