footer{
    margin-top:45px;
}

.color-1 {
    color: #2C3E50;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}

@media only screen and (max-width: 650px) {
    footer{
        margin-top:30px;
    }
}