.partners {
  width: 100%;
  background-color: #ffc634;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;

  flex-direction: column;

  padding: 80px 80px;
}

.partners .header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
}

.partners .text-wrapper {
  -webkit-text-stroke: 4px #000000;
  font-family: "Bangers", Helvetica;
  font-weight: 400;
  color: #ed3a23;
  font-size: 90px;
  letter-spacing: 1.8px;
  line-height: 85.5px;

  word-wrap: break-word;
  text-align: center;
}

.partners .subheader {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: -1.12px;
  line-height: 37px;
}

.partners .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;

  flex: 1;
}

.partners .container .item {
  max-height: 135px;
}

@media (orientation: portrait) {
  .partners {
    padding: 40px 40px;
    gap: 100px;
  }

  .partners .subheader {
    display: none;
  }

  .partners .container .item {
    max-height: 100px;
  }
}
