
    .content-section--welcome{        
        margin-bottom:          2rem;
    }
    .phat-bites-premises-image{
        width:              100%;
        align-self:         center;
    }
    .welcome-paragraph{
        text-align:         center;
        margin-bottom:      2rem;
    }
    .welcome-title{
        text-align:         center;
    }

    .welcome-title-image{
        height:          4rem;
    }

    @media (max-width: 1080px){
        .content-section--welcome{
            width:          100%;
        }
        .phat-bites-premises-image-wrapper{
            width:          100%;
        }
    }
    @media (min-width: 1081px){
        .content-section--welcome{
            width:              40%;
        }
        .phat-bites-premises-image-wrapper{
            width:              60%;
        }
    }
