.request-wrapper {
    padding: 40px 60px;
    flex-direction: column;
    background-color: white;
    gap: 0;
}
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
.wpcf7 {
	width: 100%;
}
.floating-input {
    width: 100%;
}
.checkbox-file {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
}