.footer a {
    color: #3f3f3f;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 1.8;
}

.footer a:hover{
  text-decoration:underline;
}

.footer_copyright{
    overflow: hidden;
    color: #fff !important;
    box-sizing: border-box;
    background: #222;
    font-size: 11px;
    letter-spacing: .1em;
    text-align: center;
    width: 100%;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

.footer{
display: flex;
    background-color: #e9e1d7;
    padding: 44px; 
}

a.footer{
   text-decoration: none; 
}

.footer-2{
margin:0px 10px 0 0;
min-width: 25%;
}

#footer-gnav-ul{
    list-style: none;
    padding: 0;
}

.container-1{
display: flex;
margin: auto;
}


.title3{
    font-size: 19px;
    font-weight: bold;
    color: #1e4381;

  }

.title4{
  font-size: 14px;
}

.clearfix a:hover{
    opacity: 0.6;
    content: #333;
}

@media screen and (max-width: 767px){

.footer-2{
margin:0px 0 45px 0;
}

.container-1{
display: block;
margin: auto;
}
}
