.footer-flag-container {
    padding-bottom: 95px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer-flag-container img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
}

@media (min-width: 830px) {
    .footer-flag-container {
        padding-bottom: 30px;
    }
}