/* Footer */
footer {
    background: #000;
    padding: 20px 0;
}

footer .blocks {
    display: flex;
    justify-content: space-between;
}

footer .blocks p {
    width: 300px;
    margin: 15px 0;
}

footer .blocks h4 {
    font-weight: 500;
    font-size: 17px;
}

footer .blocks ul {
    list-style: none;
    font-size: .9rem;
}

footer .blocks ul li {
    margin-top: 7px;
    color: #898989;
}

footer hr {
    margin: 10px 0;
    border: 0;
    height: 1px;
    background: #3d3d3d;
}

footer .p-cr p {
    font-size: 12px;
    text-align: center;
    opacity: 0.2;

}

footer .blocks p {
    font-size: 14px;
    opacity: 0.2;
}

footer .icons {
    display: flex;
    justify-content: center;
}

footer .icons img {
    margin: 0 5px;
    filter: grayscale(100%);
    cursor: pointer;
    vertical-align: bottom;
}

footer .icons img:hover {
    filter: grayscale(0%);
}