
.footer-container {
    /*background-color: #002a5f;*/
    padding: 10px 0;
    color: #fff;
    max-width: 100%;
    margin: auto;
}

.footer-content {
    max-width: 1220px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
}

.footer-column {
    flex: 1;
    padding: 0 20px;
    background-color: #002a5f;
}
.footer-content span{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-indent: 1em;
}
.footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.footer-info {
    font-size: 16px;
    line-height: 1.8;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 200px;
    max-width: 240px;
    height: 70px;
}

.footer-links a {    
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    /* display: block; */
    margin-bottom: 10px;
}
.footer-links a:hover{
    color: #838383;
}
@media screen and (max-width: 1920px) {
    
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {
    .footer-content {
        max-width: 970px;
    }
}

@media screen and (max-width: 768px) {
.footer-logo {
        object-fit: contain;
    }
}

@media screen and (max-width: 480px) {
    .footer-content {
        display: block;
        text-align: center;
    }
}