.flex-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center}.form-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.form-col{flex:1 1 48%;min-width:280px}.form-full{width:100%;margin-bottom:20px}@media screen and (max-width:768px){.form-row{flex-direction:column}.form-col{width:100%}}