.circular--portrait {
    overflow: hidden;
    height: 80%;
    width: 80%;
    border-radius: 50%;
}

.circular--portrait img {
    width: 100%;
    height: auto;
}

.section-1 {
    background-blend-mode: multiply;
    background: #858585 url('/static/images/header.webp') 50% 90%;
    background-size: cover;
    min-height: 80vh;
}

.section-2 {
    background-color: white;
    border-radius: 16px;
    margin-bottom: -50px;
    transform: translate(0, -50px);
}

@media only screen and (min-width: 576px) {
    .section-2 {
        margin-bottom: -100px;
        transform: translate(0, -100px);
        max-width: 70%;
    }
}
