﻿@media only screen and (max-width: 1100px) and (min-width: 801px) {

    .laundry-link-section > .container > .header {
        padding: 0;
        font-size: xxx-large;
    }

    .laundry-link-section > .container > .button-container {
        padding: 0 15%;
    }

    .laundry-link-section > .container > .text {
        padding: 0 12%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .laundry-section-1-image {
        background-image: url('../../assets/Laundry 1400/Asset 34.webp');
    }

    .laundry-section-2-image {
        background-image: url('../../assets/Laundry 1400/Asset 35.webp');
    }

    .laundry-section-3-image {
        background-image: url('../../assets/Laundry 1400/Asset 33.webp');
    }

    .laundry-section-4-image {
        background-image: url('../../assets/Laundry 1400/Asset 32.webp');
    }
}

@media only screen and (max-width: 1399px) and (min-width: 500px) {
    .laundry-section-1-image {
        background-image: url('../../assets/Laundry 1024/Asset 38.webp');
    }

    .laundry-section-2-image {
        background-image: url('../../assets/Laundry 1024/Asset 39.webp');
    }

    .laundry-section-3-image {
        background-image: url('../../assets/Laundry 1024/Asset 37.webp');
    }

    .laundry-section-4-image {
        background-image: url('../../assets/Laundry 1024/Asset 36.webp');
    }
}