.site-footer {
    padding-top: 60px;
    padding-bottom: 23px;
    background: url(./images/ft_bg.png) #EBF2FF -0.209px -293.884px / 100.024% 148.148% no-repeat;
    overflow: hidden;
    margin-top: 60px;
}

.ft-col-1 .logo-footer {
    margin-bottom: 16px;
}

.ft-col-1 .ft-title {
    font-size: 20px;
    color: var(--c-primary);
}

.ft-col-1 .box-mxh {
    margin-top: 27px;

}

.ft-col-1 .box-mxh ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    gap: 20px;
}

.ft-col-2 {
    display: flex;
    gap: 56px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-col-2 .ft-title,
.ft-col-2 .widget-title {
    font-weight: 800;
    line-height: 32px;
    /* 160% */
    text-transform: uppercase;
    font-size: 20px;
    color: var(--c-primary);
    margin-bottom: 16px;

}

.ft-col-2 ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    color: var(--color-8);
}

.ft-col-2 .list-infor li:not(:last-child) {
    margin-bottom: 20px;
}


.ft-col-2 .footer-widget-box ul li {
    margin-bottom: 6px;
}

.ft-col-2 .footer-widget-box ul li a {
    text-decoration: none;
    color: var(--color-8);
}

.absolute-footer {
    padding-top: 23px;
    color: #001970;
    font-weight: 400;
    border-top: solid 1px rgba(68, 105, 190, 0.20);
    margin-top: 38px;
}

@media screen and (max-width:768px) {
    .ft-col-2{
        gap: 20px;
        margin-top: 30px;
    }
    .ft-col-2 .box-1 {
        flex: 1 1 100%;
    }

    .ft-col-2 .div:not(.box-1) {
        flex: 1 1 50%;
    }
}