.entry__wrapper,
.contact__wrapper {
    max-width: 900px;
}
.entry__wrapper br,
.contact__wrapper br {
    display: none;
}
.entry__wrapper .required,
.contact__wrapper .required {
    background: #0AB1E9;
    border-radius: 12px;
    color: #fff;
    margin-left: 8px;
    padding: 2px 8px;
}
.entry__wrapper select,
.entry__wrapper input,
.entry__wrapper textarea,
.contact__wrapper select,
.contact__wrapper input,
.contact__wrapper textarea {
    border: 1px solid #979696;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    padding: 16px;
    width: 100%;
}
::placeholder {
    color: #d3d3d3;
}
.contact__wrapper .buttons {
	margin-top: 32px;
}
.contact__wrapper .buttons .button {
	background: #01B4ED;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: auto;
	max-width: 200px;
	padding: 16px 32px;
	text-align: center;
}
.entry__wrapper select,
.contact__wrapper select {
    background: #fff url(../images/arrow_drop_down.png) no-repeat center right 8px / 24px;
}
.entry__wrapper .section,
.contact__wrapper .section {
    margin-bottom: 2vw;
}
.entry__wrapper .section .label,
.contact__wrapper .section .label {
    margin-bottom: 10px;
}
.entry__wrapper .section .half,
.contact__wrapper .section .half {
    max-width: 50%;
}
.entry__wrapper .section .third,
.contact__wrapper .section .third {
    max-width: 33%;
}
.entry__wrapper .section .wpcf7-not-valid-tip,
.contact__wrapper .section .wpcf7-not-valid-tip {
    margin: 5px 0 10px;
}
.entry__wrapper .section .birth p {
    display: flex;
    gap: 10px;
}
.entry__wrapper .submit p,
.contact__wrapper .submit p {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.entry__wrapper .submit p input,
.contact__wrapper .submit p input {
    border-radius: 8px;
    font-size: 24px;
    max-width: 400px;
    padding: 24px;
    text-align: center;
}
.entry__wrapper .submit p .wpcf7-spinner,
.contact__wrapper .submit p .wpcf7-spinner {
    display: none;
}
@media screen and (max-width:767px) {
    .entry__wrapper .section .half,
    .contact__wrapper .section .half {
        max-width: 100%;
    }
    .entry__wrapper .section .third,
    .contact__wrapper .section .third {
        max-width: 50%;
    }
    .entry__wrapper .section .birth p,
    .contact__wrapper .section .birth p {
        flex-direction: column;
    }
    .entry__wrapper .submit p,
    .contact__wrapper .submit p {
        flex-direction: column;
    }
}