.about-page-copy {
  background: linear-gradient(
    to top,
    #00041b,
    rgba(54, 93, 229, 0.2) 80%,
    #00041b
  );
}

.about-page-copy .container {
  width: 57.5%;
}

.about-page-copy p {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.c-out {
  margin: 3em 0 1em 0;
  color: #fff;
  font-size: 14px;
  font-family: "Inter";
  padding: 8px 16px;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.about-logos {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2em 0;
}

.a-l-row {
  flex: 1;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.a-l-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.a-l-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
}

.a-l-logo img {
  width: 100px;
  object-fit: contain;
}

.a-l-logo:nth-child(1),
.a-l-logo:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about-quote p {
  margin-top: 3em;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 900px) {
  .about-page-copy .container {
    width: 100%;
  }
}
