.footer-widget-section {
    position: relative;
    padding: 36px 0px 36px 0px;
}

.footer-widgets-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-widget {
    flex: 1;
    margin-right: 20px;
}
.footer-widget1 {
    flex: 1;
    margin-right: 89px;
}
.footer-widget:last-child {
    margin-right: 0;
}

.footer-one {
    position: relative;
    /* background: #222226; */
    background: hsla(211, 84%, 29%, 1);

    background: linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -moz-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -webkit-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0C4888", endColorstr="#4FA4D2", GradientType=1 );
}

.widget-content .links-list li::before {
    content: ".";
    color: white; /* Adjust color if needed */
    margin-right: 8px; /* Space between dot and text */
}
.widget-content1 .links-list li::before {
    content: ".";
    color: white; /* Adjust color if needed */
    margin-right: 8px; /* Space between dot and text */
}


@media (max-width: 767px) {
    .footer-widget-section .footer-widgets-wrapper {
        display: block;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .footer-widget .widget-title h4 {
        font-size: 18px;
    }

    .footer-widget .widget-content, 
    .footer-widget .text, 
    .footer-widget .info-list {
        font-size: 14px;
    }

    .footer-top .social-links {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-top .social-links li {
        display: inline-block;
        margin: 0 10px;
    }

    .footer-bottom .copyright, 
    .footer-bottom .footer-nav {
        text-align: center;
        margin: 10px 0;
    }
}
