.js-project-carousel,
.space-5{
    height: 40vh;
    overflow: hidden;
}

.js-project-carousel .space-5::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: hsla(0, 0%, 0%, 0.596);
    z-index: 1;
}

.js-gallery-carousel .space-5{
    padding-left: 2%;
    display: flex;
    align-items: center;
}

.space-5 h2{
    z-index: 5;
    color: #ffd900;
}

h3{
    padding: 10px 0;
}

section.gallery{
    padding: 0;
}

.js-gallery-carousel,
.js-gallery-carousel .space-5{
    height: 600px;
    overflow: hidden;
    background-size: cover;
}

section p{
    margin-bottom: 20px;
}


@media (min-width:1200px) {

    section .container{
        width: 60%;
    }

    .text-wrapper{
        margin-bottom: 40px;
    }
    
    section p{
        margin-bottom: 20px;
    }
    
    
}