.home-about {
  background-color: #9a8577;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.home-about-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  gap: 1.5rem;
}


.home-about-column {
  display: flex;
  flex-direction: column;
  width: 32vw;
  min-width: 200px;
  align-items: center;
  gap: 2rem;
}

.home-about-text {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.home-about-text a {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
}

.home-about-trust {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: baseline;
  margin-top: auto;
}

.home-about-trust p {
  margin-bottom: 0px;
}

p {
  color: white;
}

.home-about-column h1 {
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.home-about-cropped-img {
  flex: 1 1 100%;
  max-width: 100%;
  aspect-ratio: 0.91/1;
  overflow: hidden;
  border-radius: 20px;
}

.home-about-stars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateY(0.1rem);

}

@media screen and (max-width: 767px) {
  .home-about-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }
  .home-about-column {
    width: 100%;
  }
}
