.AutomationRacking {
  margin: 0 auto;
  padding: 60px 20px;
  color: #111111;
  background-color: #ffffff;
}

.AutomationRacking .title {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 36px;
  line-height: 1.2;
}

.AutomationRacking .highlightBlue {
  color: #00a8ff;
}

.AutomationRacking .paragraph {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}

.AutomationRacking .subHeading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-top: 36px;
  margin-bottom: 20px;
}

.AutomationRacking .bulletList {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.AutomationRacking .bulletList li {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 8px;
}

/* Responsive typography for smaller screens */
@media (min-width: 0px) and (max-width: 767.98px) {
  .AutomationRacking {
    padding: 40px 0px;
  }

  .AutomationRacking .title {
    font-size: 25px;
  }

  .AutomationRacking .paragraph {
    font-size: 15px;
  }

  .AutomationRacking .subHeading {
    font-size: 18px;
  }

  .AutomationRacking .bulletList li {
    font-size: 16px;
  }
}
