.form-grid .field{display:flex;flex-direction:column}
.form-grid .field>input:not([type="checkbox"]),.form-grid .field>select{height:50px;min-height:50px;margin-top:auto}
.field:has(>select[name="receber_informacoes"]){grid-column:1/-1}

@media(max-width:760px){.field:has(>select[name="receber_informacoes"]){grid-column:auto}}
