#pages-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

#pages-main {
    padding-left: 0px;
    padding-right: 0px;
}

#pages-section {
    width: 100%;
}

.install-hevc-h1 {
    font-size: 2rem !important;
    text-align: center;
    font-weight: 400;
}

.install-hevc-h1,
.install-hevc-h2,
.install-hevc-h3 {
    margin: 2rem 0rem 2rem 0rem !important;
}

.install-hevc-h2 {
    text-align: center;
}

.home-h3 {
    font-size: 1.4rem !important;
    margin: 2rem 0rem 2rem 0rem !important;
    text-align: center;
}

.install-hevc-p-call-to-action {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-left: 0rem !important;
}

#install-hevc-last {
    margin-bottom: 12rem;
}

#windows-10-last-call-to-action {
    margin-bottom: 15rem;
}


#calls-to-action {
    display: block;
    text-align: center;
}

#calls-to-action-on-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {

    #calls-to-action {
        display: none;
    }

    #calls-to-action-on-mobile {
        display: block;
    }
}



@media only screen and (max-width: 500px) {

    .install-hevc-h1 {
        font-size: 1.6rem !important;
    }

    .install-hevc-h2,
    .install-hevc-h3 {
        font-size: 1.3em !important;
    }
}

.install-hevc-p {
    text-align: justify;
}

#aboutBottomSpacer {
    margin-bottom: 250px !important;
}