.service-provider-agreement-page .ra-checks {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.service-provider-agreement-page .ra-checks li {
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .service-provider-agreement-page .ra-checks li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    text-align: left;
  }
}
