.page-wrapper {
    background-repeat: no-repeat;
    margin: auto;
    min-height: 100vh;
}

.page-wrapper h1 {
    color: black;
    text-decoration: none;
}

.explore-categories {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    align-items: center;
    justify-content: center;
    margin: auto;
}


@media screen and (max-width: 900px) {
    .page-wrapper {
        padding-top: 120px;
    }

    .s-page-wrapper::after {
        content: "";
        /* background-image: url('https://res.cloudinary.com/caskompare/image/upload/c_scale,f_auto,q_auto,w_1000/v1623540268/elevate-FiL5R1_qYiw-unsplash_1_xci5qn.jpg'); */
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover; 
        min-height: 120%;
      }

      .l-page-wrapper::after {
        content: "";
        /* background-image: url('https://res.cloudinary.com/caskompare/image/upload/c_scale,f_auto,q_auto,w_1000/v1623540268/elevate-FiL5R1_qYiw-unsplash_1_xci5qn.jpg'); */
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover; 
        min-height: 180%;
      }
}


@media screen and (min-width: 901px) {
    .page-wrapper {
        padding-top: 100px;
        margin-bottom: 40px;
    }

    .explore-categories {
        width: 85%;
    }

    .s-page-wrapper::after {
        content: "";
        /* background-image: url('https://res.cloudinary.com/caskompare/image/upload/c_scale,f_auto,q_auto,w_1920/v1623540268/elevate-FiL5R1_qYiw-unsplash_1_xci5qn.jpg'); */
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
        background-size: cover; 
      }

      .l-page-wrapper::after {
        content: "";
        /* background-image: url('https://res.cloudinary.com/caskompare/image/upload/c_scale,f_auto,q_auto,w_1920/v1623540268/elevate-FiL5R1_qYiw-unsplash_1_xci5qn.jpg'); */
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
        background-size: cover; 
      }

    .page-wrapper h1 {
        font-size: 45px;
    }
}