* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  min-height: 100vh;
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.announcement-text {
  margin-bottom: 80px;
  max-width: 800px;
  text-align: left;
}

.announcement-text p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.highlight {
  color: #e6f873;
  text-decoration: underline;
}

.companies-section {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin-top: 40px;
}

.heritage-text {
  margin: 20px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}
