section#DefenseMeetingCenter {
  max-width: 100vw;
}

section#DefenseMeetingCenter h1 br {
  display: none;
}

section#DefenseMeetingCenter h1 {
  width: 66%;
  background-color: var(--MainGreen);
  color: var(--MainBlue);
  text-align: center;
  border-radius: 14px;
  margin: auto;
  line-height: 66px;
}

section#DefenseMeetingCenter main:has(.Card:hover) .Card:not(:hover) {
  filter: blur(4px);
}

section#DefenseMeetingCenter main .Card:hover {
  transform: scale(1.1);
}

section#DefenseMeetingCenter main .Card img {
  width: 110px;
  height: 110px;
  border-radius: 14px;
  position: absolute;
  top: -33px;
  right: +22px;
  animation: Turning 4s;
}

section#DefenseMeetingCenter main .Card table tr:nth-child(2) {
  color: var(--MainYellow);
}

section#DefenseMeetingCenter main .Card table tr h2 {
  font-weight: 900;
  text-align: left;
  color: var(--MainYellow);
  line-height: 110px;
}

section#DefenseMeetingCenter main .Card table tr td mark {
  opacity: 0.44;
  border-radius: 14px;
  padding: 0 4px;
}

section#DefenseMeetingCenter main .Card:hover table tr td a {
  border: 1px white solid;
}

section#DefenseMeetingCenter main .Card table tr td a {
  color: white;
  text-decoration: none;
  display: block;
  background-color: rgba(66, 110, 14, 0.4);
  border-radius: 50px 20px;
}

section#DefenseMeetingCenter main .Card table tr td {
  line-height: 33px;
  text-wrap: nowrap;
}

section#DefenseMeetingCenter main .Card table tr td:nth-child(2) {
  text-align: left;
  border-bottom: 1px var(--MainYellow) solid;
  padding-left: 4px;
}

section#DefenseMeetingCenter main .Card table {
  width: 96%;
  margin: auto;
  top: 0;
  left: 0;
  color: white;
}

section#DefenseMeetingCenter main .Card {
  position: relative;
  width: 25%;
  aspect-ratio: 1 / 1.618;
  background-color: var(--MainBlue);
  border-radius: 14px;
  margin: 44px auto;
  flex-basis: 313px;
}

section#DefenseMeetingCenter main {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 777px) {
  section#DefenseMeetingCenter h1 br {
    display: block;
  }
}
