/*
Theme Name: NovaAlign
Theme URI:
Author:
Author URI:
Description: Custom WordPress theme for NovaAlign
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novaalign
*/
.wpcf7-not-valid-tip{
    text-align: left;
}

input.bluebtn {
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;

    img {
        width: 24px;
    }
}

.wpcf7-form input.bluebtn{
    background-image: url("/wp-content/themes/nova/assets/img/submit-arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 80% center;
    margin-top: 20px;
}

footer.footer{
    padding-top: 22px;
}

.footer__logo{
    margin-bottom: 66px;
}

.wpcf7-form p{
    margin-bottom: 0;
}

.benefits-item{
    box-shadow: none;
}

.infolist li:last-child p{
    color: #203182;
    max-width: 165px;
}

@media (max-width: 767.8px) {
    .hero .descr p {
        margin-left: auto;
        margin-right: auto;
    }

    .wpcf7-form input.bluebtn{
        background-position: 85% center;
    }

    .benefits-item.v1 img:not(.fill-img) {
        right: 35px;
    }
}
