/* Homepage form.8 — ignore Intec picture column, own bg + card */
.c-form-result-new.c-form-result-new-form-8 .form-result-new-additional-picture-wrapper {
    display: none !important;
}

.c-form-result-new.c-form-result-new-form-8 .intec-grid.intec-grid-o-horizontal-reverse,
.c-form-result-new.c-form-result-new-form-8 .intec-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
}

.c-form-result-new.c-form-result-new-form-8 .intec-grid > .intec-grid-item-2 {
    flex: 0 1 460px !important;
    max-width: 460px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-wrapper {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 0;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: 440px;
    width: 100%;
    padding: 28px !important;
    margin-top: 28px !important;
    margin-bottom: 28px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 40px rgba(16, 20, 28, 0.16) !important;
    box-sizing: border-box !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-header {
    margin-bottom: 14px !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-fields {
    margin: -4px 0 10px !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-field {
    padding: 4px 0 !important;
}

.c-form-result-new.c-form-result-new-form-8 textarea {
    min-height: 88px !important;
    max-height: 160px !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent {
    margin-bottom: 14px !important;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-button {
    padding: 14px 28px !important;
}

@media (max-width: 768px) {
    .c-form-result-new.c-form-result-new-form-8 .intec-grid {
        flex-wrap: wrap !important;
    }

    .c-form-result-new.c-form-result-new-form-8 .intec-grid > .intec-grid-item-2 {
        max-width: 100% !important;
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }

    .c-form-result-new.c-form-result-new-form-8 .form-result-new-wrapper {
        background-position: center top !important;
        min-height: 0;
        padding: 18px 14px !important;
        box-sizing: border-box !important;
    }

    .c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
        margin: 0 auto !important;
        max-width: none !important;
        padding: 20px 16px !important;
        border-radius: 12px !important;
    }

    .c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
        font-size: 22px !important;
    }
}
