.row-list-check-money {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
    background: #FFF;
    border-radius: 5px;
    padding: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.row-list-check-money .item-check-money {
    color: #000
}

#footer_page .pc-footer .phone-1,
#footer_page .pc-footer .phone-2 {
    display: flex;
    align-items: flex-end;
    font-size: 20px;
}

#footer_page .pc-footer .phone-a {
    border: 1px solid yellow;
    display: inline-block;
    padding: 2.5px 5px;
    border-radius: 8px;
}

#footer_page .pc-footer .zalo-a {
    border: 1px solid yellow;
    display: inline-block;
    padding: 2.5px 5px;
    border-radius: 8px;
}

#footer_page .pc-footer .phone-a a,
#footer_page .pc-footer .zalo-a a {
    color: yellow;
    display: flex;
    align-items: center;
}

#footer_page .mobile-footer .phone-1 span:not(.label),
#footer_page .mobile-footer .phone-2 span:not(.label) {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#footer_page .mobile-footer .phone-1 a,
#footer_page .mobile-footer .phone-2 a {
    margin: 15px 20px 5px 20px;
    border: 1px solid yellow;
    padding: 2.5px 5px;
    border-radius: 8px;
    color: yellow;
    display: flex;
    align-items: center;
}

.phone-1 .label,
.phone-2 .label {
    text-transform: uppercase;
}

@media (max-width: 900px) {

    #footer_page .mobile-footer .phone-1 a,
    #footer_page .mobile-footer .phone-2 a {
        font-size: 13px;
        margin: 2px;
    }

    #footer_page .mobile-footer .phone-1 .label,
    #footer_page .mobile-footer .phone-2 .label {
        font-size: 20px;
    }

    #footer_page .mobile-footer .phone-1 span:not(.label),
    #footer_page .mobile-footer .phone-2 span:not(.label) {
        flex-wrap: wrap;
    }

    #footer_page .mobile-footer .phone-1 a,
    #footer_page .mobile-footer .phone-2 a {
        margin: 0px;
        font-size: 115%;
        justify-content: center;
    }

    #footer_page .mobile-footer p a {
        flex: 0 0 95%;
        max-width: 95%;
    }
}