.angel-investors__card-left-side {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9rem;
}
.angel-investors__card {
  width: 7.81rem;
}
.angel-investors__card-img {
  width: 100%;
  height: 7.81rem;
  margin-bottom: 0.72rem;
}
.angel-investors__card-img > img {
  width: 100%;
  height: 100%;
}
.angel-investors__text-container {
}

.angel-investors__card-title {
  height: 1.63rem;
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
  margin-bottom: 0.36rem;
}
.angel-investors__hr {
  width: 100%;
  height: 0.01rem;
  background-color: var(--darkColor);
  margin-bottom: 0.36rem;
}
.angel-investors__card-description {
  font-weight: 400;
  font-size: 0.63rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
  color: var(--brandColor);
}

@media screen and (min-width: 768px) {
  .angel-investors-title {
    width: 5rem;
  }
  .angel-investors__card-left-side {
    gap: 0 0.75rem;
  }
  .angel-investors__card {
    width: 5.32rem;
    height: 5.32rem;
    margin-bottom: 0.3rem;
  }
  .angel-investors__card-img {
    height: 5.32rem;
  }
  .angel-investors__card-title {
    font-size: 0.45rem;
    height: 0.98rem;
    margin-bottom: 0.26rem;
  }
  .angel-investors__hr {
    margin-bottom: 0.15rem;
  }
  .angel-investors__card-description {
    font-size: 0.33rem;
  }
}
