﻿@media only screen and (max-width: 1100px) and (min-width: 801px) {


    .household-link-section > .container > .header {
        padding: 0;
        font-size: xxx-large;
    }

    .household-link-section > .container > .button-container {
        padding: 0 15%;
    }

    .household-link-section > .container > .text {
        padding: 0 12%;
    }

    .household-split-section > .info-block {
        grid-template-rows: 40% 60%;
    }
}



@media only screen and (max-width: 1400px) and (min-width: 1025px) {
    .household-section-1-image {
        background-image: url('../../assets/Household 1400/Asset 50.webp');
    }

    .household-section-2-image {
        background-image: url('../../assets/Household 1400/Asset 49.webp');
    }

    .household-section-3-image {
        background-image: url('../../assets/Household 1400/Asset 48.webp');
    }
}

@media only screen and (max-width: 1024px) and (min-width: 500px) {

    .household-section-1-image {
        background-image: url('../../assets/Household 1024/Asset 53.webp');
    }

    .household-section-2-image {
        background-image: url('../../assets/Household 1024/Asset 52.webp');
    }

    .household-section-3-image {
        background-image: url('../../assets/Household 1024/Asset 51.webp');
    }
}