body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.6;
}

.about-us {
  padding: 60px 20px;
  background: #ffffff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.about-us h1 {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  margin-bottom: 20px;
  color: #ff4747;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-us h2 {
  font-size: 1.8rem;
  color: #000000;
  margin-top: 40px;
}

.about-us p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.about-us ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.about-us ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}

.about-us ul li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #ff4747;
  font-size: 1rem;
}

.about-us .tagline {
  margin-top: 40px;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
