.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

.conditions_block h1 {
  font-size: 2.25rem;
  margin: 0;
  font-weight: 700;
  color: #009491;
  line-height: 1.8;
}

.conditions_block hr {
  width: 40px;
  border-top: 5px solid #009491;
  opacity: 1;
}

.conditions_block p {
  font-size: 1rem;
  line-height: 1.8;
}

.conditions_items_block .title > .fa-angle-right {
  padding: 0 15.5px;
  background-color: #009491;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: white;
  cursor: pointer;
}

.conditions_items_block .title > .fa-angle-right.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.conditions_items_block .title h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  color: #009491;
}

.conditions_items_block .content {
  display: none;
}

.conditions_items_block .content.active {
  display: block;
}

.conditions_items_block .content p {
  font-size: 1rem;
  line-height: 1.8;
}

.conditions_items_block .content ul {
  margin-left: 1rem;
}

.conditions_items_block .content li {
  list-style: outside;
  font-size: 1rem;
  line-height: 1.8;
}
