

.eusew-home-match-section {
  padding: 120px var(--sec-page-gutter) 0 var(--sec-page-gutter);
}

.eusew-home-match-card {
  position: relative;
}

.eusew-home-match-kicker {
  margin-bottom: 34px;
  color: var(--color-text-highlight);
  font-size: 22px;
  line-height: 1.0909;
  text-align: center;
}

.eusew-home-match-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}

.eusew-home-match-heading {
  max-width: 760px;
  font-size: clamp(48px, 5.1vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.eusew-home-match-copy {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eusew-home-match-copy p {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.3182;
}

.eusew-home-match-link {
  display: inline-flex;
  padding: 20px 30px;
  border: 1px solid white;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  color: var(--color-text-main);
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 769px) {
  .eusew-home-match-section {
    padding: 140px var(--sec-page-gutter) 0 var(--sec-page-gutter)
  }
}

@media only screen and (max-width: 769px) {

  .eusew-home-match-copy {
    max-width: 580px;
  }
}

@media only screen and (max-width: 480px) {
  .eusew-home-match-section {
    padding: 100px var(--sec-page-gutter) 0 var(--sec-page-gutter);
  }
}

@media only screen and (max-width: 480px) {

  .eusew-home-match-card {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {

  .eusew-home-match-kicker {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.2222;
  }
}

@media only screen and (max-width: 480px) {

  .eusew-home-match-heading {
    font-size: 42px;
    line-height: 1.0952;
    letter-spacing: -0.03em;
  }
}

@media only screen and (max-width: 480px) {

  .eusew-home-match-copy p {
    font-size: 18px;
    line-height: 1.3333;
  }
}

.eusew-home-match-phrase { display: inline-block; max-width: 100%; white-space: normal; }
