footer {
    padding: 30px 0;
    background: #111827;
}

footer h4,
footer p {
    color: white;
}

footer p {
    font-size: 0.8rem;
    margin: 1rem auto;
}

.commonFooter .project p:nth-child(1) {
    border-bottom: 1px solid rgb(175, 171, 127);
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    font-size: 1rem;
}

footer a {
    color: rgb(212, 175, 55);
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.commonFooter,
.copyrights {
    padding: 20px 0;
}

.copyrights {
    padding-bottom: 0;
    padding-top: 30px;
}

.commonFooter > .row {
    align-items: flex-start;
}

.project {
    width: 30%;
}

@media (max-width: 768px) {
    .commonFooter > .row {
        align-items: center;
    }

    footer h4 {
        text-align: center;
    }

    .project {
        width: 400px !important;
        margin-bottom: 30px;
    }

    .copyrights {
        padding-top: 0;
    }
}

@media (max-width: 550px) {
    .project {
        width: 100% !important;
    }
}
