.category-header {
  width: 1200px;
  max-width: 100%;
  padding-left: 0;
  text-align: left;
  margin: 40px auto;
  color: #00AE9B;
}
.tedaviler {
  display: block;
  max-width: 100%;
}
.tedaviler .tedavi {
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 15px auto;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
  padding-bottom: 0px;
}
.tedaviler .tedavi .left {
  width: 870px;
  max-width: calc(100% - 330px);
  margin-right: 80px;
}
.tedaviler .tedavi .left a {
  text-decoration: none;
  color: black;
  width: fit-content;
  display: block;
}
.tedaviler .tedavi .left a .tedavi-header {
  width: fit-content;
  display: block;
  font-size: 20px;
  color: #00AE9B;
}
.tedaviler .tedavi .left a .tedavi-header:hover {
  text-decoration: underline;
}
.tedaviler .tedavi .left .tedavi-aciklama {
  margin: 15px 0;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: #666;
}
.tedaviler .tedavi .left .tedavi-aciklama a {
  width: fit-content;
  display: inline-flex;
  background-color: #ed8d06;
  display: block;
  padding: 3px 15px;
  font-size: 85%;
  color: #fff;
  margin-top: 5px;
  transition: 0.3s;
}
.tedaviler .tedavi .left .tedavi-aciklama a:hover {
  background-color: #FF9300;
}
.tedaviler .tedavi .right {
  width: 250px;
  position: relative;
}
.tedaviler .tedavi .right .image {
  width: 250px;
  border-radius: 10px;
  height: 140px;
  object-fit: cover;
  border: #aaefe8 3px solid;
  bottom: 0;
}
.tedaviler .tedavi .right .video-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  display: block;
}
@media only screen and (max-width: 800px) {
  .tedaviler {
    display: block;
    max-width: 100%;
  }
  .tedaviler .tedavi {
    position: relative;
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .tedaviler .tedavi .left {
    width: 870px;
    max-width: calc(100% - 20px);
    margin-right: 0;
    padding: 10px;
  }
  .tedaviler .tedavi .left .tedavi-header {
    display: block;
    font-size: 20px;
  }
  .tedaviler .tedavi .left .tedavi-aciklama {
    margin: 15px 0;
  }
  .tedaviler .tedavi .left .tedavi-aciklama a {
    width: fit-content;
  }
  .tedaviler .tedavi .image {
    width: calc(100% - 20px);
    height: auto;
    border-radius: 10px;
    padding: 0;
    margin: 0 10px;
  }
}
