@media (max-width: 767px) {
    .inner-section {
        margin-bottom: 30px;
    }

    .single-banner {
        padding: 20px;
    }

    .banner-porada-title {
        font-size: 38px !important;
    }
    .section-heading h2 {
        font-size: 40px;
    }
    .mobile-flex-dir {
        display:flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .about-list {
        margin-bottom: 30px;
    }

    .about-img {
        margin-left: 0px;
    }

    .countdown-img-porada {
        display: none;
    }
    .navbar-link-phone {
        color: var(--text);
    }
    
    
}

@media (max-width: 1200px) {
    .footer-links-porada {
        width: 100%;
    }
    .footer-links {
        grid-gap: 0 !important;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .banner-porada-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .banner-btn-porada {
        width: 100% !important;
    }
    .instagram-post {
        width: 100% !important;
    }
    #instagram-feed {
        flex-direction: column !important;
    }
    .feature-media-porada {
        width: 70%;
    }
    .feature-media {
        width: 63% !important;
    }
    
}

@media (max-width: 550px) {
    .footer-widget > .footer-links {
        grid-gap: 10px !important;
    }
    .feature-media {
        width: 47% !important;
    }

    .footer-links > ul {
    width: auto;
    max-width: calc((100% - 10px) / 2);
    }
}