/*
Theme Name: HEAL-child
Template: TCD_077
Version: 2.1
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post_content h3.index_free_space__mytitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  color: #606060;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .post_content h3.index_free_space__mytitle {
    font-size: 22px;
  }
}

.post_content h3.index_free_space__mytitle span {
  font-size: 24px;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .post_content h3.index_free_space__mytitle span {
    font-size: 12px;
  }
}

.my-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #887449 !important;
  border: 1px solid #887449;
  max-width: 260px;
  height: 60px;
  margin: auto;
}

.my-button:hover {
  color: #fff !important;
  border: 1px solid #887449 !important;
  background-color: #887449 !important;
}

@media screen and (max-width: 750px) {
  .my-button {
    max-width: 202px;
    height: 52px;
  }
}

.header-decoration {
  position: relative;
  padding: 0 !important;
}

.header-decoration::before {
  position: absolute;
  content: "";
  height: 110%;
  width: 3px;
  right: calc(100% + 1em);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFA500;
}
.mtb60{margin-bottom:60px;padding-top:50px;}