.contact-form{display: contents; position: absolute;}
.f-row{display: flex;margin-bottom: 10px}
.f-row p {width: 100%}
.f-row select {height: 35px; padding: 0 15px;background: #fff; border: solid 1px}
.f-row .col1{width:40%;}
.f-row .col2{width:60%;margin-left: 5px;}
.f-row input{background: #fff}
.f-row [type="submit"] { width: 100%; background: #0e5e1191; color: #fff; border: solid 1px #561a23;max-height: 35px;font-size: 1.1em}