.cd-home-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr max-content;
    min-height: 100vh;
}

.cd-a-propos-hero-wrapper .cd-rounded-image {
    margin-top: -120px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}