.company-name{
    color: #041E42;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    width: 100%;
    max-width: 276px;
}
.footer{
    padding-top: 73px;
}
.footer-item, .footer-item a{
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    width: fit-content;
    max-width: 329px;
}
.footer-item a:hover{
    color: #555;
}
.footer-item-headings{
    font-size: 18px;
    font-weight: 500;
}

.footer-item-index{
    font-size: 13px;
    font-weight: 600;
}

.footer .container{
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.footer .newsletter{
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-form{
    width: 100%;
    max-width: 540px;
}

.newsletter-form-input{
    margin-top: 9px;
    display: flex;
    gap: 13.5px;
}

.newsletter-form input{
    display: block;
    box-sizing: border-box;
    padding: 20px 22px 18px;
    outline: none;
    height: 60px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #EAEAEA
}

.newsletter-form button{
    color: #fff;
    background-color: #169741;
    padding: 17px 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    outline: none;
    border: 0;
    white-space: nowrap;
}

.qr-code-image img{
    margin-top: -30px;
}
.gap-49{
    gap: 49px;
}

.w-175{
    width: 175px;
}

.max-w-329{
    width: 100%;
    max-width: 329px;
}

.footer-item .item-components th{
    min-width: 75px;
    vertical-align: baseline;
}

.copyright{
    color: #041E42;
    font-size: 14px;
    padding: 20px 0 22px;
    text-align: center;
    border-top: 1px solid #00000033;
}

@media(max-width: 1440px){
    .gap-49{
        gap:24px;
    }
}
@media(max-width: 768px){
    .company-name{
        font-size: 18px;
        font-weight: 600;
    }
    .footer-icon img{
        max-width: 118px;
    }
    .footer{
        padding-top: 32px;
    }
}