﻿@media screen and (min-width: 1024px)
{
    #getintouchdiv
    {
    width:53%;
    }
  
}
#submit {
    background: #fb923d;
    border-color: #fb923d;
}
    #submit:hover {
        background: #002157;
        border-color: #002157;
    } 