.contact-info-form {
    max-width: 1240px;
    padding: 0 40px 0 20px;
    margin: 0 auto;
    width: 100%;
}

.contact-icon .wp-block-media-text {
    grid-template-columns: 10% auto;
}

 .contact-icon img {
    width: 20px!important;
}

.contact-icon .wp-block-media-text .wp-block-media-text__content {
    padding: 0!important;
}

.contact-icon figure {
	align-self: center!important;
}

 .wpcf7-form-control-wrap input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
    border-radius: 0;
    border: 1px solid #707070;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

 .wpcf7-form-control-wrap textarea {
    border: 1px solid #707070;
    border-radius: 0;
    margin-top: 15px;
    width: 106%;
}

.contact-forma .wpcf7-submit {
	font-weight: 700;
    font-size: 16px;
    background: var(--wp--preset--color--primary);
    color: #fff;
    border: 1px solid var(--wp--preset--color--primary);
    margin-top: 21px;
    transition: all 0.5s ease;
     padding: 10px 24px;
    cursor: pointer;
}
.wpcf7-submit:hover{
    background:#fff;
    border:1px solid var(--wp--preset--color--primary);
    color:var(--wp--preset--color--primary);
}