.rm-margin {
    margin-bottom: 0 !important;
}

.section-paragraph-line-height {
    line-height: 1;
}

.uppercase {
    text-transform: uppercase;
}

.image {
    object-fit: contain;
}

.logo-card {
    display: block;
  border-radius: 0;
  background: #ffffff;
  aspect-ratio: 1 / 1;
  min-height: 200px;
width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--text);
  box-shadow: none;
}

.logo-card img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.poster {
    width: 100% !important;
    height: 100% !important;
}

.poster img {
    height: 100% !important;
}