@media (min-width: 1001px) {
    .homeFirstView .sectionContent {
        padding-bottom: 0;
    }
    .experiences .sectionContent {
        padding-left: 129px;
    }
}

@media(max-width: 1000px) {
    .homeFirstView .sectionContent {    
        bottom: 49px;
    }
    .quote .sectionContent .quoteTxt {
        font-size: 18px;
        line-height: 1.68;
    }
    .section.homeBlissful .homeSub {
        margin-bottom: 40px;
    }
    #pageContainer .pageContent .section.quote .sectionContent {
        padding: 5.1vh 6.4% 5vh;
    }
    #pageContainer .pageContent .section.quote .sectionBg img {
        height: 118.2vh;
    }
}