.footer-main-boxes .footer-box:first-child p:nth-child(3),
.footer-main-boxes .footer-box:first-child p:nth-child(4),
.footer-main-boxes .footer-box:first-child p:nth-child(5)
{
display: grid;
grid-template-columns: 30px 1fr;
gap: 10px;
align-items: center;
}


@media screen and (min-width: 992px) {
.logo-wrapper {
display: grid;
grid-template-columns: 141px 124px 114px;
}

.logo-wrapper .img.portal { order: 1 }
.logo-wrapper .img.portal { order: 2 }
}

body .footer-main-boxes .footer-main-boxes-link-icon {
color: white
}

.aside .left-menu-container .left-menu li a, .navs-column .left-menu-container .left-menu li a {
    text-transform: none;
}

.contents .contents-title {
    text-transform: none;
}

.basic-data .basic-data-group-item-link .basic-data-group-item-link-text-desc {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.basic-data-group { 
    display: flex;
    flex-wrap: wrap; /* Pozwala boxom przechodzić do nowej linii */
}

.basic-data-group-item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 2rem !important;
}

.banner-header .banner-item-img {
z-index: unset !important;
}

.shortcuts .shortcuts-group-item-link img {
    max-width: 35px !important;
}

.shortcuts .shortcuts-group-item-link {
justify-content: start !important;
}