/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.footer-contact {
        list-style: none;
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
}

.footer-contact li {
        display: flex;
        align-items: flex-start;
        gap: 0 0.25rem;
}

.footer-contact li span {
        line-height: 1.4;
}
       