.footer-col-logo{
    background: #E1E8FF;
    
    text-align: center;
    position: relative;
    z-index: 9;
}
.footer-col-logo::before{
    content: '';
    position: absolute;
    background: #E1E8FF;
    width: 100vw;
    top: 0;
    height: 100%;
    right: 0;
}
.footer-col-logo__wrapper{
    background-image: url(../images/footer-img.png);
    background-size: cover;
    padding: 121px 0 81px;
}
.footer-col-logo > * {
    position: relative;
    z-index: 9;
}
.footer-col-logo p{
    max-width: 259px;
    margin: 30px auto;
}
.footer-social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.footer-social-icons a:hover{
    transform: translateY(-5px);
}
.footer-last-col{
    padding: 30px 0;
    border-top: 1px solid #DAD6EE;
    text-align: center;
}
.footer-last-col p{
    margin-bottom: 0;
}
.footer-menu{
    display: flex;
    align-items: flex-start;
    padding-left: 80px;
    padding-top: 65px;
    justify-content: space-between;
}
.footer-menu-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer-menu__wrapper .separator{
    background: #292062;
    width: 38px;
    height: 2px;
    margin-bottom: 40px;
    margin-top: 15px;
}
footer .material-list {
    display: none;
}

@media(max-width: 1024px){
    .footer-col-logo__wrapper .footer-logo img{
        width: 220px;
    }
    .footer-social-icons a img{
        width: 40px;
    }
    .footer-social-icons{
        gap: 8px;
    }
    .footer-menu{
        padding-left: 20px;
        gap: 40px;
        padding-top: 50px;
    }
    footer .material-list {
        display: none;
    }
}
@media(max-width: 767px){
    footer .col-12{
        padding: 0;
    }
    footer,
    footer .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer .col-md-7{
        display: none;
    }
    .footer-col-logo__wrapper{
        background-position: center;
        background-size: 114% 100%;
    }
    .footer-col-logo__wrapper .footer-logo img {
        width: 260px;
    }
    .footer-social-icons{
        gap: 14px;
    }
    .footer-col-logo__wrapper{
        padding: 40px 0 81px;
    }
    footer .material-list {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        align-content: flex-start;
        flex-direction: row;
        margin: 20px auto 50px auto;
        width: 90%;
    }
    footer .material-list a{
        color:#292062;
    }

}