.footer{
    width: 100%;
    padding: 50px;
    padding-top: 0px;
}

.footer-content{
    border-top: dotted 1px #b4b4b4;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.items-footer-content{
    
}

.footer-logo{
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    margin-bottom: 50px;
}

    .footer-menu{
        display: flex;
        gap: 15px;
        font-weight: 500;
    }

    .footer-social-list{
        display: flex;
        gap: 15px;
        margin-bottom: 50px;
    }
    
        .footer-social-items{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #2C2C2C;
            cursor: pointer;
        }
    
    .footer-info{
        font-weight: 400;
    }

@media only screen and (max-width: 768px){
  
    
}