a {
  color: #182e7c;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #4caf50;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

tr:hover {
  background-color: #f1f1f1;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  table {
    font-size: 14px;
    white-space: nowrap;
    width: 95% !important;
    margin: auto;
  }
  th,
  td {
    padding: 10px;
  }
  ol {
    width: 90%;
    margin: auto;
  }
}
.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.buttons_box .btn_download img{
    margin-right:10px;
}
footer {
  text-align: center;
  width: 100%;
}
.footer_pages {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  flex-wrap: wrap;
}
.footer_pages a {
  color: #fff;
}
.social_icon {
  text-align: center;
  padding: 10px;
}
.fouro {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table_of_contents button{
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  font-size: 20px;
}
.table_of_contents ul li{
  line-height: 25px;
}
.text-center{
  text-align: center;
}
@media screen and (max-width: 810px) {
  .buttons_box a{
      width:49%;
      margin-top: 10px;
  }
}

@media screen and (max-width: 550px) {
  .footer_pages {
    width: 100%;
    padding: 0px 5px;
  }
  .footer_pages a {
    margin: 15px 5px 0px;
  }
  footer p {
    margin-top: 10px;
  }
  .single_page_container {
    width: 90%;
    margin: 0 auto;
  }
  .single_page_container h1 {
    font-size: 16px;
  }
  .single_page_container p {
    font-size: 12px;
  }
  .single_page_container p,
  .single_page_container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
