.intro-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 800px;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}