.change-button p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0!important;
}

.change-button label {
    cursor: pointer;
}

.change-button label {
	width: 100%;
	height:100%;
	display: flex!important;
	justify-content: center;
}

.change-button .wpcf7-list-item {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.change-button .wpcf7-list-item-label {
    font-size: 16px!important;
}

.change-button input[type="checkbox"]::before {
    display: none;
}





@media screen and (max-width: 767px) {
	.change-button .wpcf7-form-control-wrap {
		width: 100%;
	}
}
