 *{
    margin:0;
    padding:0;
    font-family: Roboto,Arial;
    box-sizing: border-box;
}
.footer {
    margin-top: 150px;
    width: 100%;
    padding:30px;
    color:#efefef;
    display: flex;
}
.footer div {
    text-align: center;

}
.col-2 {
    flex-grow: 2;
}
.footer div h3 {
    font-weight:300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.col-1 a{
    display:block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;
}
 form input {
    width: 400px;
    height: 45px;
    border-radius:4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    outline: none;

}
form button{
    background: transparent;
    border: 2px solid #fff;
    color:#fff;
    border-radius:30px;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
}
.social-icons {
    margin-top: 30px;
}
.social-icons i{
    font-size: 22px;
    margin:10px;
    cursor:pointer;
}
