
.container{
    margin: 0 auto;
    max-width: 1276px;
    /* margin: 0 auto; */
}
.footerContainer{
    /* padding: 100px 0px; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: white;
    padding: 30px 4px;
}
.footerSection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
.footerAddress{
    width: 50%;
}
.footerQuestions{
    display: flex;
    width: 50%;
    justify-content: space-around;
    align-items: center;

}
.footerSocialLink{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px 0 20px;
}
