.hospital_container {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.hospital_container h3 {
  display: none;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  font-family: "NotoSans";
  font-style: normal;
  text-align: start;
  text-transform: initial;
  color: #223362;
  margin-bottom: 27px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1200px) {
  .hospital_container h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
.hospital_container .box_info {
  margin: 30px 0 60px;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hospital_container .box_info {
    margin: 10px 0 60px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .hospital_container .box_info {
    padding: 0;
  }
}
.hospital_container .box_info span {
  max-width: 100%;
}
.hospital_container span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
  color: #223362;
  margin: 0;
}
@media (max-width: 768px) {
  .hospital_container span {
    max-width: 100%;
  }
}
.hospital_container p {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "NotoSans";
  color: #223362;
  margin: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .hospital_container p {
    max-width: 100%;
  }
}
.hospital_container .info {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hospital_container .info {
    margin-top: 20px;
  }
}
.hospital_container .info .name {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  background: url(/assets/images/stik.357c9234.svg) no-repeat;
  background-size: cover;
  width: max-content;
  padding: 0 10px 10px 10px;
}
@media (max-width: 768px) {
  .hospital_container .info .name {
    font-size: 36px;
    line-height: 42px;
  }
}
.hospital_container .info .box_text p {
  margin-top: 25px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .hospital_container .info .box_text p {
    margin-top: 10px;
  }
}
