@charset "UTF-8";
main.main-wrapper.provider-profile-page section.header {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  main.main-wrapper.provider-profile-page section.header {
    padding-top: 50px;
  }
}
main.main-wrapper.provider-profile-page section.header div.container div.left > * {
  margin-bottom: 20px;
}
main.main-wrapper.provider-profile-page section.header div.container div.left h1.provider-name {
  font-size: 29px;
  font-weight: 700;
}
main.main-wrapper.provider-profile-page section.header div.container div.left p {
  font-size: 18px;
  font-weight: 500;
}
main.main-wrapper.provider-profile-page section.header div.container div.left a.provider-link {
  display: inline-block;
}
main.main-wrapper.provider-profile-page section.header div.container div.left small {
  display: block;
  color: #808080;
  font-size: 11px;
  font-weight: 500;
}
main.main-wrapper.provider-profile-page section.header div.container div.left small a {
  text-decoration: none;
  display: inline-block;
  color: var(--figmaBlue);
  transition: color 200ms ease-in-out;
}
main.main-wrapper.provider-profile-page section.header div.container div.left small a:hover {
  color: var(--dark_orange);
}
main.main-wrapper.provider-profile-page section.header div.container div.right div.img-wrapper {
  background-image: url("/frontend/web/img/dots.png"), url("/frontend/web/img/dots.png");
  background-size: 161px, 161px; /* Dimensiunile imaginilor */
  background-position: top left, bottom right; /* Pozițiile imaginilor */
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
}
main.main-wrapper.provider-profile-page section.header div.container div.right div.img-wrapper div.img {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #ececec;
  background: #f2f2f2;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 430/302;
  margin: auto;
}
main.main-wrapper.provider-profile-page section.header div.container div.right div.img-wrapper div.img img {
  width: 100%;
  max-width: 430px;
  height: 302px;
  object-fit: contain;
  object-position: 50%;
}
main.main-wrapper.provider-profile-page section.description {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.main-wrapper.provider-profile-page section.description div.container h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
main.main-wrapper.provider-profile-page section.description div.container p {
  font-size: 18px;
  font-weight: 500;
}
main.main-wrapper.provider-profile-page section.similar-providers {
  padding-bottom: 100px;
}
main.main-wrapper.provider-profile-page section.similar-providers div.container h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 50px;
}
main.main-wrapper.provider-profile-page section.similar-providers div.container div.provider {
  margin-bottom: 24px;
}

/*# sourceMappingURL=provider_profile.css.map */
