.footer {
    position: relative;
    padding: 100px 0 60px;
    background-color: var(--c3);
}

.footer h4 {
    margin-bottom: 20px;
}

.footer ul {
    margin: 0;
}

.footer ul li {
    margin-bottom: 16px;
}

.footer ul li a {
    color: var(--c2);
    text-decoration: none;
}

.footer .bot {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
}

.footer .bot::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(82, 96, 109, 0.00) 0%, #52606D 50%, rgba(82, 96, 109, 0.00) 100%);
}

.footer .bot p {
    text-align: center;
    color: var(--c2);
}