.head_patient__section {
  padding-top: 40px;
}
.head_patient__section .head__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .head_patient__section .head__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .head_patient__section .head__row.column-reverse {
    flex-direction: column-reverse;
  }
}
.head_patient__section .head__row .text-content {
  width: 55%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .text-content {
    width: 100%;
  }
}
.head_patient__section .head__row .text-content h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 66.56px;
  letter-spacing: -1px;
  color: #0b0b0a;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .text-content h1 {
    font-size: 40px;
    line-height: 41.6px;
  }
}
.head_patient__section .head__row .text-content h1 strong {
  font-weight: 800;
}
.head_patient__section .head__row .text-content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2d2d2a;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .text-content .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.head_patient__section .head__row .image-content {
  width: 40.523%;
  position: relative;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .image-content {
    width: 100%;
  }
}
.head_patient__section .head__row .image-content.long {
  width: 49%;
  position: relative;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .image-content.long {
    width: 100%;
  }
}
.head_patient__section .head__row .image-content.long img {
  aspect-ratio: 600/214;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .image-content.long img {
    aspect-ratio: 361/296;
  }
}
.head_patient__section .head__row .image-content img {
  width: 100%;
  border-top-left-radius: 280px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0.3px solid #ebebea;
  aspect-ratio: 496/392;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: fadeInUp150 1.5, sease-in-out both;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .image-content img {
    aspect-ratio: 361/328;
  }
}
.head_patient__section .head__row .image-content .link-donat {
  width: 128px;
  height: 128px;
  border-radius: 400px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #ff5f33;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotate(345deg);
  top: 30px;
  position: absolute;
  left: -3px;
  z-index: 1;
}
@media (max-width: 767px) {
  .head_patient__section .head__row .image-content .link-donat {
    width: 104px;
    height: 104px;
    top: 30px;
    left: 22px;
    font-size: 20px;
  }
}
.head_patient__section .head__row .image-content .link-donat:hover {
  background: #dd4e25;
  color: white;
  transition: 500ms;
}/*# sourceMappingURL=main_screen.css.map */