footer {
    position: relative;
    padding: 50px 0;
}
footer .text h2 {
    font-weight: 300;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-inner .col {
    padding-right: 50px;
}
footer ul {
    margin-left: 0;
}
footer ul li {
    list-style: none;
    margin-bottom: 30px;
}
footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

footer ul li p {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, #fff, transparent);
}

footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, #fff, transparent);
}

.copyright {
    padding: 25px 0;
    text-align: center;
}

.copyright p {
    font-size: 14px;
}

.modal-content {
    background-color: grey!important;
}