@media screen and (max-width: 1080px) {
    
    
    #footerContact {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    #footerContactInner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footerContactInner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footerContactInfo {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    #footerContactInner .location {
        align-items: flex-start !important;
    }
    .footerContactInfo svg {
        width: 22px;
        height: auto;
    }
    .footerContactInfo svg {
        color: #fff;
    }
    .footerContactInfo p {
        font-family: 'content-font';
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        color: #fff;
    }
    .footerContactInfo  a {
        position: relative;
        width: fit-content;
    }
    .footerContactInfo  a {
        font-family: 'content-font';
        font-size: 14px;
        letter-spacing: 0;
        color: #fff;
    }


}