h1 {
  font-size: 4rem;
}

h3 {
  font-size: 1.75rem;
}

.backgroundLines {
  position: absolute;
  top: 0;
  width: auto;
  height: 78rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.seperator {
  align-self: stretch;
  flex: 1 0 auto;
  height: 3px;
  margin: 0.5rem 0rem;
  background: #212121;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.partnerWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.partnerFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

.partnerBodyWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4rem;
}

.partnerBody{
  display: flex;
  flex-direction: column;
  height: 27rem;
  width: 100%;
  max-width: 18rem;
  z-index: 2;
}

.partnerContentWrapper {
  display: flex;
  height: 100%;
  padding: 1rem;
}

.partnerContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
}

.partnerTitleWrapper,
.partnerDescWrapper,
.partnerButtonWrapper {
  display: flex;
}

.partnerTitleWrapper {
  justify-content: center;
  margin-bottom: 1rem;
}

.partnerDescWrapper {
  flex-direction: column;
  justify-content: center;
}

.partnerDescWrapper p {
  text-align: center;
  line-height: 2;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1200px) {
  .partnerBodyWrapper {
    flex-direction: column;
  }
}

/*
* {
  outline: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}