.footer-link {
  display: flex;
  align-items: center;gap: 20px;
  justify-content: center;
  padding-bottom: 60px;
}
.link-autorace a {
  display: block;
  max-width: 400px;
  width: 100%;
}
.link-autorace a > img {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 639px) {
  .footer-link {
    flex-direction: column;
    padding-bottom: 18px;
  }
  .link-autorace a {
    max-width: 80%;
    margin-inline: auto;
  }
}

/* -----------------
--------------------
MEMBER LIST STYLES
--------------------
----------------- */
.member-info {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
  padding-block: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EB6167;
  font-family: serif;
}
.member-info--medium {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.member-info--small {
  font-size: 16px;
  font-weight: 400;
}
.section-member .item img {
  box-shadow: none;
}
.section-member .item a {
  display: block;
  box-shadow: 10px 10px 20px rgba(1, 31, 87, 0.15);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h3.member-title-box {
    margin: 0 auto 32px;
  }
}

.section-member .sc-show.sc-delay17,
.section-member .sc-show.sc-delay21 {
  -moz-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.section-member .sc-show.sc-delay18,
.section-member .sc-show.sc-delay22 {
  -moz-transition: all 0.5s 0.2s ease-out;
  -o-transition: all 0.5s 0.2s ease-out;
  -webkit-transition: all 0.5s 0.2s ease-out;
  transition: all 0.5s 0.2s ease-out;
}
.section-member .sc-show.sc-delay19,
.section-member .sc-show.sc-delay123 {
  -moz-transition: all 0.5s 0.4s ease-out;
  -o-transition: all 0.5s 0.4s ease-out;
  -webkit-transition: all 0.5s 0.4s ease-out;
  transition: all 0.5s 0.4s ease-out;
}
.section-member .sc-show.sc-delay20,
.section-member .sc-show.sc-delay24 {
  -moz-transition: all 0.5s 0.6s ease-out;
  -o-transition: all 0.5s 0.6s ease-out;
  -webkit-transition: all 0.5s 0.6s ease-out;
  transition: all 0.5s 0.6s ease-out;
}