/* [project]/app/photographer/[slug]/components/PhotographerHeader/PhotographerHeader.module.css [app-client] (css) */
.PhotographerHeader-module__b-4qFa__photographerHeader {
  height: 315px;
  font-family: var(--font-dm-sans);
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 25px 50px;
  display: flex;
}

.PhotographerHeader-module__b-4qFa__photographerHeader > div {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.PhotographerHeader-module__b-4qFa__photographerPresentation {
  gap: 20px;
  height: 100%;
  align-items: flex-start !important;
}

.PhotographerHeader-module__b-4qFa__photographerName {
  color: #d3573c;
  margin: 0;
  font-size: 64px;
  font-weight: normal;
}

.PhotographerHeader-module__b-4qFa__photographerLocation {
  color: #901c1c;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}

.PhotographerHeader-module__b-4qFa__photographerTagline {
  color: #525252;
  margin: 0;
  font-size: 24px;
}

.PhotographerHeader-module__b-4qFa__contactButton {
  color: #fff;
  width: 200px;
  font-size: 24px;
  font-family: var(--font-dm-sans);
  cursor: pointer;
  background-color: #901c1c;
  border: none;
  border-radius: 5px;
  padding: 20px 10px;
}

.PhotographerHeader-module__b-4qFa__contactButtonWrapper {
  align-items: center !important;
}

.PhotographerHeader-module__b-4qFa__photographerPortrait {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.PhotographerHeader-module__b-4qFa__portraitWrapper {
  align-items: flex-end !important;
}

/*# sourceMappingURL=35df8_%5Bslug%5D_components_PhotographerHeader_PhotographerHeader_module_beeeafea.css.map*/