.custom-footer ul, .custom-footer li{
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.custom-footer{
  background-color: #82ABB9;
  padding-bottom: 40px;
}

.custom-footer__container{
    max-width: 1230px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
    margin: 0 auto;
    column-gap: 20px;
}

.custom-footer__logo-block img{
    max-width: 100%;
    width: 100%;
}

.custom-footer__logo-block p{
    color: #D9EFF6;
}

.lawyer-nav__title {
    color: white;
    font-family: 'Philosopher';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-footer__nav-lawyer,
.custom-footer__nav-section{
    margin-top: 42px;
    text-align: right;
}


.lawyer-nav__link{
    color: #D9EFF6 !important;
    font-size: 17px;
    margin-bottom: 7px;
    display: block;
}

@media (max-width: 680px) {
    .lawyer-nav{
        order: 1;
    }
    .section-nav{
        order: 2;
    }
    .custom-footer__logo-block{
        order: 3;
        max-width: 200px;
        grid-column: span 2;
    }
    .custom-footer__container{
        grid-template-columns: 1fr 1fr;
    }
    .custom-footer__nav-lawyer,
    .custom-footer__nav-section{
        text-align: left;
    }
}

#t-footer{
    display: none;
}