body{background: #f4f4f4;}
  header{width: 100%; height: 90px; background: #0a3269;}
  header .container .logo{width: 100px; padding-top: 10px;}
  header .container.logoSophos{width: 168px;}
  header .container .logo img{width: 100%;}
  header .container .logoSophos img{width: 100%;}
  .regiBox{width: 90%; margin: 0px auto;}
   .divFlex{display: flex; justify-content: space-between; align-items: center;}
  h3{color: #484848}
  .g-cta__btn-primary{
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 30px 10px;
    min-width: 150px;
    text-align: center;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: 0;
    background: #0a3269;
    border-radius: 99999px;
    transition: background .15s ease-in-out;
    cursor: pointer;
  }
  .form-control{color: #000; border: 1px solid #ccc; padding: 12px 12px 12px 12px; }


  @media screen and (min-width:1024px){
    .regiBox{width: 50%; margin: 0px auto;}
  }