.faqs-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background-color: #fdfdfd;
  padding: 0.72rem 1.09rem;
  position: relative;
  overflow: hidden;
}
.faqs-container__vector {
    position: absolute;
    left: 0rem;
    top: -2.5rem;
    width: 7rem;
    height: 8rem;
    transform: scale(1.5);
  }
.accordion-main-container {
  margin-top: 1.09rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.accordion {
  width: 100%;
}
.accordion-title,
.accordion-content {
  margin-left: 0;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0rem;
  margin: 0.4rem;
  margin-left: 0;
  justify-content: space-between;
  height: auto;
  text-align: left;
  position: relative;
}
.color-change {
  color: #872f8f;
  margin-bottom: 0.8rem;
}

.accordion-title > p {
  width: 12.18rem;
  font-size: 0.72rem;
  text-align: left;
  line-height: 1.2rem;
}

.accordion-content {
  display: none;
  font-weight: 400;
  /* width: 15.96rem; */
  line-height: 0.72rem;
  color: #000000;
  position: relative;
  bottom: 0.72rem;
  /* left: 0.4rem; */
  font-size: 0.6rem;
  padding-right: 1.5rem;
  left: 0;
  margin-top: 1.3636rem;
}

.arrow {
  width: 0.603rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brandClr);
  color: white;
  align-self: center;
  height: 0.62rem;
  width: 0.62rem;
  transform: rotateX(180deg);
  font-size: 0.4rem;
  border-radius: 0.1rem;
  position: absolute;
  right: 0;
  top: 0.28rem;
}

/* *{
      border: 1px solid red;
  } */

.accordion-item {
  border-bottom: solid 0.1rem #ffe0ed;
  width: 100%;
  position: relative;
  /* margin-left: 1rem; */
}

@media screen and (min-width: 768px) {
  .faqs-container {
    padding: 1.5rem 1.88rem;
  }
  .faqs-container__vector {
    width: 8.07rem;
    height: 10.77rem;
    position: absolute;
    left: -1.2rem;
    top: -4.5rem;
    transform: unset;
  }
  .accordion-title > p,
  .accordion-content {
    width: 22.31rem;
    font-size: 0.5rem;
    line-height: 0.79rem;
  }
  .accordion-content {
    font-size: 0.5rem;
    line-height: 0.79rem;
  }
  .accordion-item {
    font-size: 0.41rem;
    border-bottom: solid 0.037rem #ffe0ed;
  }
  .arrow {
    width: 0.52rem !important;
    height: 0.52rem !important;
    font-size: 0.3rem;
  }
}
