.partnerBanner {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 8px;
  border-bottom: 4px solid #ff867e;
  padding: 40px 16px;

  background: linear-gradient(90deg, #f4bfc2 0.04%, #ffebec 88.21%);
}

.partnerBanner > span {
  color: #0c1b3d;
  text-align: center;

  font-family: Outfit;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.partnerBanner > a {
  margin-top: 24px;

  color: #e72417;
  text-align: center;

  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
}
