@media screen and (max-width: 767px) {

    #TextOverSlider h1 {
        top: 95px;
        box-sizing: border-box;
        font-size: 45px;
        line-height: 35px;
        height: 40px;
        top: 70px;
    }

    #Slogan {
        top: 130px;
        font-size: 20px;
    }

    @media screen and (max-width: 550px) {

        #TextOverSlider h1 {
            font-size: 25px;
            top: 65px;
        }

        #Slogan {
            font-size: 14px;
            top: 105px;
        }

        @media screen and (max-width: 425px) {
            #TextOverSlider h1 {
                top: 35px;
            }

            #Slogan {
                top: 70px;
            }
        }
    }

    .SectionTitle {
        text-align: center;
        margin-top: 30px;
    }

    .HomePageImgWrapper {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .SectionInfo {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        text-align: center;
    }
}
