/** Stopka*/
.footer {
    background-color: #383838;
}

.footer-content {
    column-count: 3;
    margin: 3em 0;
}
.footer-content p a {
    word-break: break-word;
}

.footer-title:not(:first-child){
    margin-top: 2rem;
}

.footer-title a, .footer-title a:focus, .footer-title a:hover, .footer-title a:active {
    color: #d1d1d1;
    font-size: 1em;
}

.footer-text {
    margin: 0.4em 1em 0.4em 0em;
}

.footer-text a, .footer-text a:focus, .footer-text a:hover, .footer-text a:active{
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .footer-content {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .footer-content {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .footer-content {
        column-count: 1;
        margin-left: 15px;
        margin-right: 15px;
    }
}