.project-footer-points p {
    font-size: 13px;
    margin-bottom: 14px;
}
.footer-section{
    color:#fff;
    background:#000;
    text-align: center;
    font-family: 'Montserrat';
}
.footer-inner form .form-group{
    margin-bottom:0;
}
.footer-privacy {
    text-align: center;
    padding: 20px 0;
    font-family: 'Montserrat';
}
.footer-section hr{
    border-top:1px dotted #fff;
}
.project-footer-points p a {
    color: #cdcdcd;
    font-family: 'Montserrat';
    text-decoration: none;
    display: flex;
    align-items: center;
}
.project-footer-points {
    max-height: 107px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
.project-footer-points p a i {
    font-size: 8px;
    margin-right: 5px;
}
.project-footer-points::-webkit-scrollbar {
    width: 6px;
}

.project-footer-points::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.project-footer-points::-webkit-scrollbar-thumb {
    background: #4c4ca5;
    border-radius: 10px;
}

.project-footer-points::-webkit-scrollbar-thumb:hover {
    background: #4c4ca5;
}