button {
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  outline: none;
  background-color: #fd5b21;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  transition: 0.2s ease-in-out background-color;
  margin-bottom: ;
}

button:hover {
  background-color: #8f081b;
  cursor: pointer;
}

.daca-btn-active {
  background-color: #8f081b;
}

.daca-action-btn {
  /* font-size: 1.2rem; */
  margin-top: 20px;
  padding: 8px 16px;
  font-weight: bold;
}

#screening {
  line-height: 2.5;
}

li {
  margin: 15px auto;
}

button.daca-btn {
  padding: 8px 8px;
  height: 50px;
  width: 50px;
  border-radius: 500px;
  margin-left: 10px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
  margin-top: -10px;
}

button.accordion {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: bold;
}

#faq_accordions div.panel {
  border: none;
  padding: 10px 0 20px 10px;
}

#faq_accordions div.panel ol {
  padding-left: 25px;
}

ul {
  list-style-type: none;
}

ul > li {
  margin-top: 50px;
}

ul li:nth-of-type(1) {
  margin-top: 35px;
}

#checkBtn {
  margin-top: 35px;
  width: 100%;
}