.footer-blocks-blacklabel{
    display: flex;
    flex-direction: column;
}
.footer-blocks-blacklabel .widget.widget_media_image{
    text-align: center;
}
.menu-footer-first-menu-container{
    margin: 40px 0;
}
#menu-footer-first-menu{
    display: flex;
    font-size: 12px;
    gap: 20px;
    justify-content: center;
}

.cform-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cform-col{
    width: 48%;
}


@media only screen and (max-width: 767px) {

    .cform-row{
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .cform-col{
        width: 100%;
    }

}