  #press-grid {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }

  .card {
    position: absolute;
    text-decoration: none;
    color: inherit;
  }

  .card__img-wrap {
    border-radius: 5px;
    width: 100%;
    background: transparent;
  }

  .card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .card__caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 10px;
  }

  .card__logo {
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card__logo img {
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(0);
  }

  .card__logo span {
    font-size: 0.6rem;
    font-weight: 700;
    color: #1a1410;
    font-family: Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .card__caption .press-title {
    margin: 0 0 40px 0;
  }

  .press-grid-wrapper {
	margin: 0 20px;
  }