.about-text {
  align-items: center;
  font-family: "Inter-Display", sans-serif;
  color: #566955;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
  & .bullet {
    box-sizing: border-box;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #566955;
    border-radius: 50%;
    margin-right: 10px;
  }
}
