body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  padding-bottom: 80px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 1024px;
}

.banner_container {
  position: relative;
}

.banner_text {
  position: absolute;
  top: 32px;
  left: 32px;
  color: white;
  font-size: 32px;
  line-height: 140%;
}

.banner_anchor {
  cursor: pointer;
}

.card_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  width: 1024px;
}

.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  box-sizing: border-box;
  width: 324px;
  height: 108px;
}

.card_text {
  width: 212px;
  padding-left: 12px;
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.card_img {
  width: 80px;
  height: 80px;
}

.border {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 1024px;
}

.sponsor_img {
  width: 185px;
}
