.photographerHeader{
    height: 315px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    font-family: var(--font-dm-sans);
    margin-bottom: 20px;
}

.photographerHeader > div{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.photographerPresentation{
    height: 100%;
    align-items: flex-start!important;
    gap: 20px;
}

.photographerName{
    color: #d3573C;
    font-size: 64px;
    font-weight: normal;
    margin: 0;
}

.photographerLocation{
    color: #901C1C;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.photographerTagline{
    color: #525252;
    font-size: 24px;
    margin: 0;
}

.contactButton{
    width: 200px;
    background-color: #901C1C;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    font-family: var(--font-dm-sans);
    padding: 20px 10px;
    cursor: pointer;
}

.contactButtonWrapper{
    align-items: center!important;
}

.photographerPortrait{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.portraitWrapper{
    align-items: flex-end!important;
}