#intro {
    height: 500px;
}
#app-download-image {
    width: 120px;
}

@media (max-width: 479px) {
    #intro {
        height: 600px;
    }
    .intro-sub-heading {
        font-size: 18px;
    }
    .intro-heading {
        font-size: 23px;
    }
    #app-download-image {
        width: 100px;
    }
}

body {
overflow-x: hidden; /* Hide horizontal scrollbar */
}
.divider-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem
}

.divider-new>h1,
.divider-new h2,
.divider-new h3,
.divider-new h4,
.divider-new h5,
.divider-new h6 {
    margin-bottom: 0
}

.divider-new:before,
.divider-new:after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.5px;
    height: 2px;
    content: "";
    background: #c6c6c6
}

.divider-new:before {
    margin: 0 .5rem 0 0
}

.divider-new:after {
    margin: 0 0 0 .5rem
}


