@media (max-width: 1024px) {

    /* --- Global Visibility Resets --- */
    /* Forces these sections to appear and behave as blocks */
    .services,
    .servises,
    .service,
    .letter,
    .resources,
    .resource,
    .assurances {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* --- Services Section --- */
    .servises {
        display: flex !important;
        flex-direction: column !important;
        gap: 22px !important;
    }

    .service {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        margin-bottom: 28px !important;
    }

    .service-details {
        width: 100% !important;
    }

    .service > img {
        width: 100% !important;
        max-width: none !important;
        height: 190px !important;
        border-radius: 14px !important;
        object-fit: cover !important;
    }

    /* Service Titles & Text */
    .service-title {
        margin-bottom: 16px !important;
        align-items: center !important;
    }

    .service-title img {
        width: 38px !important;
        height: 38px !important;
    }

    .service-title span {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-left: 12px !important;
        text-align: left !important;
    }

    .service-details p,
    .service-details ul li,
    .service-details h4 {
        text-align: left !important;
    }

    .service-details ul {
        margin: 10px 0 0 0 !important;
        padding-left: 18px !important;
    }

    /* --- Resources Section --- */
    .resources {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .resource {
        width: 100% !important;
        max-width: none !important;
        padding: 18px 16px !important;
        min-height: 0 !important;
    }

    .resource-title,
    .resource-decription {
        text-align: left !important;
    }

    /* --- Letter Section --- */
    .letter {
        height: auto !important;
        padding: 16px !important;
        gap: 14px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .letter div {
        align-items: flex-start !important;
    }

    .letter-description {
        margin-left: 12px !important;
        text-align: left !important;
    }

    /* --- Assurances Section --- */
    .assurances {
        height: auto !important;
        padding: 28px 16px !important;
    }

    .assurances-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .assurance-title,
    .assurance-description {
        text-align: left !important;
    }
}

@media (max-width: 420px) {
    .header {
        min-height: 360px !important;
        padding-top: 54px !important;
    }

    .service > img {
        height: 170px !important;
    }
}