.agbcontainer > div > ol {
  padding: 20px;
}

.agbcontainer ol li:first-child {
  font-size: 24px !important;
}
.agbcontainer ul {
  margin-bottom: 20px !important;
}

h1 {
  word-wrap: break-word !important;
}

.agbcontainer {
  padding: 20px !important;
}

@media screen and (max-width: 768px) {
  .agbcontainer ol li:first-child {
    font-size: 20px !important;
  }
}
