.article-form__wrapper {
    border: 1px solid #DEE3ED;
    border-radius: 10px;
    background: #F1F4F9;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.article-form__wrapper p:has(.wpcf7-submit) {
    justify-content: center;
}

.article-form__wrapper .wpcf7-submit {
    margin-top: 20px;
}

.article-form {
    margin-bottom: 40px;
}

.wpcf7-form p {
    display: flex;
    gap: 14px;
    margin-bottom: 0!important;
}

.article-form__heading {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
}

.article-form .wpcf7-form-control-wrap {
    flex-basis: 419px;
    flex-grow: 1;
}

.article-form .contact-form-fields-wrapper p {
    width: 100%;
}

.article-form .wpcf7-form-control-wrap input {
    width: 100%;
    background: #FFF;
    color: #333;
}

.article-form .wpcf7-form-control-wrap input::placeholder {
    color: #333;
}

.article-form .wpcf7-submit {
    flex-basis: 100%;
    width: 100%;
    max-width: 500px;
}

@media screen and (max-width: 1023.98px) {
    .article-form__wrapper {
        padding: 20px;
    }

    .article-form__heading {
        text-align: center;
        letter-spacing: -0.04em;
        margin-bottom: 20px;
    }

    .article-form .wpcf7-form-control-wrap {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 599.98px) {
    .wpcf7-form p {
        flex-direction: column;
    }

    .article-form .wpcf7-form-control-wrap,
    .article-form .wpcf7-submit {
        flex-basis: fit-content;
    }
}