.our-approach {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.72rem;
  gap: 1.63rem 0;
}
.our-approach__let-container {
  text-align: left;
}

.our-approach__left-card {
  position: relative;
  width: 11.22rem;
  height: 5.81rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.72rem;
}

.our-approach__left-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--brandColor);
  width: 11.18rem;
  margin-bottom: 0.18rem;
}

.our-approach__left-description {
  width: 11.18rem;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--darkColor);
  letter-spacing: -0.02rem;
}

.our-approach__left-img {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.our-approach__left-text-container {
  z-index: 2;
  position: absolute;
  bottom: 0;
  align-self: flex-end;
}

.our-approach__sub-description {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02rem;
  margin-bottom: 1.09rem;
}
.our-approach__sub-description > span {
  color: var(--brandColor);
  font-weight: 700;
}
.our-approach__sub-title {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02rem;
  color: var(--brandColor);
}

.expandable-text .more-text {
  display: none;
}

.expandable-text.expanded .more-text {
  display: inline;
}

.expandable-text.expanded .dots {
  display: none;
}

.expandable-text {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02rem;
  color: var(--darkColor);
}
.more-toggle {
  color: #007bff;
  font-weight: bold;
  cursor: pointer;
}
.our-approach__right-title {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--darkColor);
  letter-spacing: 0.02rem;
  margin-top: 0.5rem;
}
.our-approach__right-ul {
  color: var(--darkColor);
}
.our-approach__right-ul > li {
  list-style-type: none;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 160%;

  letter-spacing: 0.02rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.our-approach__right-li-marker {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #eb88a3;

  margin: 0.35rem 0.54rem 0 0;
}

@media screen and (min-width: 768px) {
  .our-approach {
    gap: 1rem 0;
    margin-top: 1.5rem;
  }
  .our-approach__let-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 1.32rem;
  }
  .expandable-text {
    display: none;
  }
  .our-approach__left-card {
    width: 12.33rem;
    height: 9.9rem;
  }
  .our-approach__left-title {
    font-size: 0.83rem;
  }
  .our-approach__left-description{
    font-size: .45rem;
  }
  .our-approach__left-img {
    width: 5.77rem;
    height: 5.77rem;
  }
  .our-approach__left-text-container {
    position: absolute;
    bottom: 2rem;
  }
  .our-approach__left-description-container {
    width: 18.77rem;
  }
  .our-approach__sub-description,
  .our-approach__sub-title,
  .expandable-text,
  .our-approach__right-title,
  .our-approach__right-ul > li {
    font-size: 0.45rem;
    margin-bottom: 0.45rem;
  }
  .our-approach__right-li-marker {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0.3rem 0.22rem 0 0;
  }
  .our-approach__right-title {
    margin-top: 0rem;
  }
}
