.footer-wrapper{
    padding: 66px 0 64px;   
    background-image: url(http://localhost/xaydung/wp-content/uploads/2024/03/footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-wrapper .widget h2 {
    color: #fff;
    /* margin-bottom: 47px; */
    margin-top: 28px;
    position: relative;
    font-size: 23px;
    font-weight: 500;
}
.company_info_desc {
    color: #fff;
}
.footer-wrapper .widget ul {
    list-style: none;
}
.footer-wrapper .widget ul li{
    color: #fff;
}
.footer_address_inner ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_address_inner ul li p{
    margin-bottom: 0;
}
.footer_address_inner li:first-child i{
    align-self: baseline;
    margin-top: 7px;
}
.footer_address_inner .widget h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 33px;
    height: 2px;
    width: 64px;
    background: #FFA700;
}