@media (max-width: 575.98px) {
    .kap-info-row {
        padding: 4px 0;
    }

    .faq-topic-group .faq-list {
        margin-top: 2rem;
    }

    .hero-little-section {
        min-height: 160px;
    }

    .munkaink-card,
    .svc-gallery-item,
    .about-intro-photo,
    .work-card-photo,
    .editorial-photo,
    .intro-photo-wrap {
        aspect-ratio: 595 / 340;
    }

    .contact-photo {
        min-height: 224px;
    }

    .hero-photo-wrap {
        height: 160px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .kap-info-row {
        padding: 8px 0;
    }

    .faq-topic-group .faq-list {
        margin-top: 2rem;
    }

    .hero-little-section {
        min-height: 220px;
    }

    .munkaink-card,
    .svc-gallery-item,
    .about-intro-photo,
    .work-card-photo,
    .editorial-photo,
    .intro-photo-wrap {
        aspect-ratio: 595 / 340;
    }

    .contact-photo {
        min-height: 224px;
    }

    .hero-photo-wrap {
        height: 220px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .kap-info-row {
        padding: 8px 0;
    }

    .hero-little-section {
        min-height: 280px;
    }

    .about-intro-photo,
    .work-card-photo,
    .editorial-photo,
    .intro-photo-wrap {
        aspect-ratio: 595 / 340;
    }

    ul.footer-links {
        padding-left: 0 !important;
    }

    .contact-photo {
        min-height: 224px;
    }

    .hero-photo-wrap {
        height: 280px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-content {
        max-width: 600px;
    }

    .intro-photo-wrap {
        aspect-ratio: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {}