.page-header {
  background: #0772ce;
  background: #053575;
  border: 0;
  color: #fff;
  margin: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 0;
  position: relative;
}

.page-header .inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 1fr;
  margin: 0 auto;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-info .info-item span {
  display: inline-block;
  position: relative;
}

.tedavi-badge {
  background: #0064b9;
  border: 1px solid #2195f7;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.925rem;
  margin-bottom: 1.25rem;
  padding: 0.925rem 1.5rem;
}

.tedavi-badge ul {
  margin: 0;
  margin-left: 0.725rem;
  padding: 0;
}

.tedavi-badge li {
  line-height: 1.25rem;
  margin: 0;
}

.tedavi-manager,
.tedavi-title {
  max-width: 36rem;
}

.tedavi-manager {
  font-weight: 600;
  font-family: "Roboto Slab";
  font-size: 3.2rem;
  line-height: 4.2rem;
  padding-bottom: 1rem;
  text-shadow: 0 0.125rem 0.125rem rgb(0 40 140 / 40%);
}

.header-info .tedavi-manager-1 span:after,
.header-info .tedavi-title span:after {
  background: #2195f7;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.325rem;
  width: 100%;
}

.header-info .tedavi-manager span:after {
  background-color: #83c4fb;
}

.tedavi-title {
  color: #d6ebfe;
  font-family: "Roboto Slab";
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 0 0.125rem 0.125rem rgb(0 40 140 / 40%);
}

.tedavi-text,
.tedavi-text a {
  color: #fff;
  font-size: 1.025rem;
}

.tedavi-text ul {
  padding-left: 0;
}

.tedavi-text li {
  list-style: none;
}

.tedavi-text li::before {
  color: #fff;
  content: "\f14a";
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  margin-right: 1rem;
  height: 16px;
  width: 16px;
}

.header-image {
  margin-top: -3rem;
  overflow: hidden;
}

.header-image img {
  margin-bottom: -4rem;
  width: 100%;
}

.tedavi-content .item-image img {
  border-radius: 3rem;
}

.tedavi-content .item-text h2 {
  font-family: "Roboto Slab";
  color: #0660ad;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.tedavi-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.tedavi-content .porto-separator {
  margin: 0;
}

.tedavi-content .wpb_single_image {
  margin-bottom: 0;
}

.tedavi-content .item-text .wpb_text_column {
  margin-bottom: 1rem;
}

.tedavi-content .vc_btn3-container {
  margin-top: 0;
}

.tedavi-content .vc_btn3-container a.vc_general {
  background: #2195f7;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.725rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tedavi-content .vc_btn3-container a.vc_general:hover {
  background: #0772ce;
}

.tedavi-content .vc_btn3-container a.vc_general:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  margin-left: 0.925rem;
}

.tedavi-landing .button-caption {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .header-main > .container {
    margin-bottom: 0;
  }

  .page-header {
    padding: 1rem 0;
  }

  .page-header .inner {
    display: block;
  }

  .tedavi-badge {
    margin-bottom: 0.5rem;
  }

  .tedavi-manager {
    font-size: 2.25rem;
    padding: 0;
  }

  .tedavi-title {
    font-size: 1.725rem;
    line-height: 1.2;
  }

  .header-image {
    display: none;
  }
}
