#primary section.blog-form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-form__cover {
    background: linear-gradient(90deg, #06063C 0%, #1010A2 100%);
    border-radius: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-form__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.blog-form__title h1 {
    font-weight: 500;
    font-size: 56px !important;
    line-height: 120%;
    letter-spacing: 0;
    color: #FEFEFE;
}

.blog-form__description {
    color: #FEFEFE;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
}

.blog-form__form .wpcf7-form  {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-form__form .submit-button-block {
    margin-top: unset;
}

.blog-form__form .contact-us__field-group {
    margin-top: unset;
}

.blog-form__form .wpcf7-spinner {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.blog-form__form .contact-us__field {
    background-color: transparent;
}

.blog-form__form .contact-us__field-group input {
    color: #FEFEFE;
    border-bottom: 1px solid #FEFEFE;
}

.blog-form__form .contact-us__field-group label {
    color: #FEFEFE;
}

.blog-form__form .contact-us__field-group input::placeholder {
    color: #F3F5FB;
    opacity: 1;
}

.blog-form__form .submit-button-block button {
    background-color: #FEFEFE;
    color: #06063C;
}

@media screen and (max-width: 1200px) {
    .blog-form__cover {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .blog-form__wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .blog-form__info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 520px) {
    #primary section.blog-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog-form__cover {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .blog-form__wrapper {
        align-items: unset;
    }

    .blog-form__title h1 {
        font-size: 32px !important;
    }

    .blog-form__description {
        font-size: 16px;
    }

    .blog-form__form .wpcf7-form {
        flex-direction: column;
    }

    .blog-form__form .contact-us__field-group,
    .blog-form__form .submit-button-block {
        width: 100%;
    }
}

.blog-form__form .submit-button-block button {
    box-shadow: 0px 2px 16px 0px #1629D60A inset, 0px -2px 16px 0px #1629D629 inset ;
}
