/* [project]/app/components/Header/Header.module.css [app-client] (css) */
.Header-module__D5nTzG__header {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 25px 100px;
  display: flex;
}

.Header-module__D5nTzG__navElement {
  color: #901c1c;
  font-size: 36px;
  font-family: var(--font-dm-sans);
  font-weight: normal;
}

/* [project]/app/components/PhotographersGrid/PhotographersGrid.module.css [app-client] (css) */
.PhotographersGrid-module__zarwuG__photographersGrid {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  margin-top: 50px;
  display: grid;
}

.PhotographersGrid-module__zarwuG__photographer {
  margin: auto;
}

.PhotographersGrid-module__zarwuG__portrait {
  object-fit: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: auto;
  display: block;
}

.PhotographersGrid-module__zarwuG__name, .PhotographersGrid-module__zarwuG__location, .PhotographersGrid-module__zarwuG__tagline, .PhotographersGrid-module__zarwuG__price {
  text-align: center;
  font-family: var(--font-dm-sans);
}

.PhotographersGrid-module__zarwuG__name {
  color: #d3573c;
  margin: 15px 0;
  font-size: 40px;
  font-weight: normal;
}

.PhotographersGrid-module__zarwuG__location {
  color: #901c1c;
  margin: 5px;
  font-size: 20px;
}

.PhotographersGrid-module__zarwuG__tagline {
  color: #000;
  margin: 5px;
  font-size: 16px;
}

.PhotographersGrid-module__zarwuG__price {
  color: #757575;
  margin: 5px;
  font-size: 15px;
}

/*# sourceMappingURL=app_components_24cd3b40._.css.map*/