.onas img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 10px;
}
.navbar-toggler {
  background-color: transparent;
  color: black;
  border: none;
}
.onas p {
  margin-top: 15px;
}

.onas-main {
  background: white;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  background-color: #f4f4f4;
}

.onas-main h2,
.onas-main h3 {
  color: #6b6e79;
}

.onas-main h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-bottom: 2px solid #6b6e79;
  padding-bottom: 10px;
}

.onas-main h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.onas-main p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
}

.onas-main ul {
  list-style: inside square;
}

.onas-main li {
  margin-bottom: 5px;
}
