/*
  Desktop CONNECT webpage name spacing.
  Base page-title layout is inherited from collections.css.
*/

.connect-title-block {
  margin-bottom: 89px;
}

.connect-content-section {
  width: 100%;
}

.connect-input-block {
  width: 100%;
}

.connect-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 384px), 384px));
  justify-content: start;
  column-gap: 42px;
  row-gap: 68px;
  margin-top: 100px;
  contain: layout;
}

.connect-info-cell {
  width: 384px;
  max-width: 100%;
  border-top: 1px solid var(--site-line-muted);
}

.connect-info-cell__title {
  margin: 27px 0 0;
  color: #b2b2b2;
  font-family: var(--site-font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.connect-info-cell__text {
  margin: 22px 0 0;
  color: var(--site-contact-muted);
  font-family: var(--site-font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.connect-info-cell__text a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .connect-info-cell {
    transition: none;
  }
}
