.from-arrow {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
}

.from-arrow i {
    font-size: inherit; 
    color: inherit; 
}

    /* body {
    background-color: #faf8f1;
} */
    .article-card-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.article-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-wrapper ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5rem;   
  margin-left: 0;
}

.about-us-wrapper ul li {
  margin-bottom: 0.75rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;  
}
  .about-us-wrapper ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    text-align: left;
  }
  .about-us-wrapper ul li {
    margin-bottom: 0.75rem;
    text-indent: 0;
      color: var(--primary-color1);

  font-family: var(--font-Jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.48px;
  }