.footer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000 !important;
    padding: 30px 0;
}

.footer-wrapper {
    width: 100%;
    padding: 0 30px;
}

.footer-wrapper p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}


/*==================================================*/
@media (max-width: 600px) {
    .footer-wrapper {
        padding: 0 20px;
    }
}