footer.bg-gw {
    background-color: #4A5C76;
    color: white;
    padding: 0em 3em;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.fixed-footer {
    position: fixed;
}

.footer-section, .footer-section-copyright {
    background-color: #4A5C76;
    font-family: 'Untitled Sans';
}

.footer-top-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer-company-logo {
    max-width: 320px;
    margin-bottom: 2em;
}

.footer-subtitle {
    color: #5DBDF0;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.footer-address{
    letter-spacing: -0.3px;
}

@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .fixed-footer {
        position: fixed;
    }
 }

