.nijntje {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: -92px;
}

.nijntje__image {
    display: flex;
    align-items: end;
    max-width: 200px;
}

.nijntje__content {
    display: flex;
    flex-direction: column;
    background-color: #F07D1A;
    color: white;
    padding: 20px;
    border-radius: 0 45px 0 45px;
    max-width: 364px;
}

.nijntje__content-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px !important;
    line-height: 1.25;
}

.nijntje__content-text {
    font-size: 20px;
    padding-bottom: 64px;
    line-height: 1.5;
}

.nijntje__content-cta {
    margin-top: auto;
    display: flex;
    justify-content: end;
}

.nijntje__content-button {
    color: inherit;
}

.nijntje__content-button:hover {
    color: inherit;
}

@media screen and (min-width: 386px) {
    .nijntje {
        margin-top: -190px;
    }
}

@media screen and (min-width: 564px) {
    .nijntje__image {
        max-width: 300px;
    }

    .nijntje {
        margin-top: -272px;
    }
}

@media screen and (min-width: 1156px) {
    .nijntje {
        flex-direction: row;
    }
}