.therapy_sidebar {
  width: 30%;
}
.therapy_sidebar_wrap {
  width: 100%;
}
.therapy_sidebar_wrap h2 {
  padding: 15px 0px;
  clear: both;
  border-bottom: 2px solid #777e41;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.therapy_sidebar_wrap a {
  text-decoration: none;
  color: #3c3c3c;
}
.therapy_sidebar_wrap h3 {
  padding: 15px 0px;
  clear: both;
  border-bottom: 2px solid #dddddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.therapy_sidebar_wrap h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #777e41;
  margin: 10px;
}
.therapy_sidebar_wrap h3:hover {
  background-color: #cccf9a;
  transition: 0.3s;
}

.therapy_main_wrap {
  width: 700px;
  margin: 0 auto;
}
.therapy_list_content_wrap {
  margin: 0 auto;
  width: 100%;
}
.therapy_list_content_wrap h1 {
  margin: 0px 0 30px;
  font-size: 30px;
  line-height: 42px;
}
.therapy_list_content_wrap h2 {
  margin: 0 0 30px;
  padding: 15px 0px;
  clear: both;
  border-bottom: 2px solid #777e41;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.therapy_list_content_wrap h3 {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.therapy_list_content_wrap p {
  margin: 0 0 20px;
  padding: 20px 0px;
  color: #222222;
  font-size: 18px;
  line-height: 1.67;
  position: relative;
  border-bottom: 2px solid #dddddd;
}
.therapy_list_content_wrap a {
  color: #777e41;
}
.therapy_list_content_wrap a:hover {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .therapy_sidebar {
    width: 700px;
    margin: 0 auto;
    order: 1;
  }
  .therapy_list_content_wrap {
    margin: 0 auto 50px;
  }
  .therapy_sidebar_wrap {
    position: static;
  }
  .therapy_sidebar_wrap h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 599px) {
  .therapy_sidebar {
    width: 100%;
    order: 1;
  }
  .therapy_list_content_wrap {
    margin: 0 auto 50px;
  }
  .therapy_list_content_wrap h1 {
    font-size: 22px;
    margin: 0px 0 10px;
    line-height: 1.5;
  }
  .therapy_list_content_wrap h2 {
    font-size: 20px;
  }
  .therapy_sidebar_wrap {
    position: static;
  }
  .therapy_sidebar_wrap h2 {
    font-size: 20px;
  }
  .therapy_list_content_wrap p {
    font-size: 16px;
    padding: 15px 0px;
  }
}
