
/* Partner. Default */

.partner-def {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  position: relative;
  word-wrap: break-word;
}

.partner-def:not(:last-child) {
  margin-bottom: 5rem;
}

.partner-def__preview {
  aspect-ratio: 370 / 271;
  overflow: hidden;
}

.partner-def__preview:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.partner-def__preview-picture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partner-def__preview img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.partner-def__body {
  display: none;
}

@media (min-width: 768px) {
  .partner-def__body {
    display: block;
    flex: 1 1 auto;
    padding-top: 0.5rem;
  }

  .partner-def__name:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.partner-def__body {
  border-top: 1px solid #6c757d;
}

.partner-def__name {
  font-size: 1rem;
  line-height: 1.25;
}

.partner-def__notice {
  line-height: 1.5;
}
