.company-profile {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.company-profile h3 {
  margin: 0 0 16px;
  color: var(--blue);
  font: 800 0.9rem "DM Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-profile p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-word;
}

.review-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.review-link:hover {
  text-decoration: underline;
}
