.content_adaptace {
  top: 80px;
  padding-top: 170px;
  padding-bottom: 80px;
}
.content_adaptace .wrap_short {
  max-width: 700px;
  margin: auto;
}
.content_adaptace h1 {
  text-align: center;
  margin-bottom: 50px;
}
.content_adaptace h1 span,
.content_adaptace h2 span,
.content_adaptace h3 span {
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.content_adaptace .green-text {
  color: #00c0aa;
}

.content_adaptace .green_line {
  margin: 50px 0 75px;
  padding-left: 100px;
  background: url(../../img/adaptace/adaptace-line.svg) no-repeat center left
    40px / contain;
}

.content_adaptace .points details {
  margin-bottom: 30px;
}
.content_adaptace .points details summary ~ p {
  margin-top: 2rem;
  display: block;
}
.content_adaptace .container_squares .item details h3 {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.content_adaptace .points details h3 {
  margin-bottom: 18px;
}
.content_adaptace summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.content_adaptace .points summary {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.content_adaptace summary::after {
  content: url(../../img/sipka-harmonika.svg);
  color: #00c0aa;
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%) rotate(180deg) scale(0.7);
  transition: 0.2s ease-out;
}

.content_adaptace summary::after {
  right: -20px;
}
.content_adaptace .points summary::after {
  right: 10px;
}

.content_adaptace details summary::-webkit-details-marker {
  display: none;
}
.content_adaptace details .people_list_holder_inner {
  margin-bottom: 15px;
}

.content_adaptace details[open] summary::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.7);
}

.content_adaptace details ul,
.content_adaptace .green_line ul {
  margin: 28px 0 50px 30px;
}

.content_adaptace details ul li,
.content_adaptace .green_line ul li {
  list-style-type: disc;
}

.content_adaptace .block_green {
  background-color: rgba(0, 192, 170, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 80px 60px;
  margin-bottom: 2rem; /*70px */
  margin-top: 70px;
}

.content_adaptace .block_green ul {
  margin: 28px 0 0 30px;
}

.content_adaptace .block_green ul li {
  list-style-type: disc;
}

.content_adaptace .container_boxes .item {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  justify-content: space-between;
}

.content_adaptace .container_boxes .item:last-child {
  margin-bottom: 0;
}

.flex_reverse {
  flex-direction: row-reverse;
}

.flex_middle {
  align-items: center;
}

.content_adaptace .container_boxes .item img {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}

.content_adaptace .container_boxes .item div {
  width: 55%;
}

.content_adaptace .container_boxes .item ul {
  margin: 28px 0 0 30px;
}

.content_adaptace .container_boxes .item ul li {
  list-style-type: disc;
}

.content_adaptace .container_boxes .item h3 {
  margin-bottom: 1em;
}
.content_adaptace .container_boxes .item h2 {
  margin-top: 1em;
  display: block;
}

.content_adaptace .one_being .small {
  font-size: 90%;
  margin-bottom: 1rem;
}
.content_adaptace .contacts_all_beings .one_being {
  padding-bottom: 0;
}

.trojlistek.contacts_all_beings_inner .one_being {
  padding-bottom: 2rem;
}

@media screen and (max-width: 580px) {
  .content_adaptace {
    top: 0;
    padding-bottom: 0;
  }
  .content_adaptace .green_line {
    padding-left: 20px;
    background: url(../../img/adaptace/adaptace-line.svg) no-repeat center left
      0 / contain;
  }
  .content_adaptace .timeline,
  .content_adaptace .block_green {
    padding: 40px 20px;
    picture {
      margin: 0;
    }
  }
  .content_adaptace .container_boxes .item {
    flex-wrap: wrap;
    img,
    div {
      width: 100%;
    }
  }
  .content_adaptace .container_boxes .item h3 {
    margin-top: 2em;
  }
}

@media screen and (max-width: 701px) {
}
