.hero {
    position: relative;
    height: 80vh;
    background-image: url(assets/imgs/activities/activity-bg.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 80px;
}

.activities-section {
    background-color: 0f1424;
}