.alg-brands-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.alg-brands-image img {
  height: auto;
}

/* Button pill */
.learn-more-btn {
  height: 58px;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  background: #01426a;
  color: #fff;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  padding: 0 22px;
  white-space: nowrap;
}

.learn-more-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.learn-more-btn:hover {
  background: #022f4b;
}

/* MOBILE */
@media (max-width: 768px) {
  .alg-brands-image {
    flex-direction: column;
    align-items: center;
  }

  .alg-brands-item img {
    width: 180px;
    max-width: 100%;
  }
}
