.home-container section{padding-top:20px}.heroSection{position:relative;height:calc(100vh - 140px);background-image:url(/imgs/hero.jpg);background-size:cover;display:flex;align-items:flex-end;color:#fff}.heroSection:before{content:"";background:rgba(0,0,0,.1019607843);width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.heroSection .container{z-index:2}.heroSection .mainSections{display:flex;justify-content:space-between;margin-bottom:10vh;gap:15vw;border-top:1px solid #fff;padding-top:10px;font-family:Poppins}.heroSection .mainSections .leftSection{font-size:20px}.heroSection .mainSections .leftSection,.heroSection .mainSections .rightSection{width:calc(50% - 20px)}.heroSection .mainSections .leftSection img{border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.large-cards-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.upcomingTrips h2{text-align:center}.upcomingTrips,.upcomingTrips .trips-grid,.upcomingTrips h2{margin-bottom:3rem}@media(max-width:768px){.large-cards-container{grid-template-columns:1fr}}