/*
Theme Name: twentytwentyfive-child
Template: twentytwentyfive
*/



.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1440px;
}
.wpcf7-form label span input {
	border: 1px solid black;
    border-radius: 25px;
    padding: 10px 10px 10px 18px;
    margin-top: 10px;
	width: 100%;
	max-width: 340px;
}
.wpcf7-form p .wpcf7-submit {
	padding: 10px 55px;
    border-radius: 50px;
    border: 1px solid #fff0;
    font-weight: 600;
    background: #70d37e;
    color: #fff;
    font-size: 16px;
}

