.container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #00000000, rgb(0 0 0 / 28%), rgb(0 0 0));
    pointer-events: none;
}
.services-list.reveal.active {
    position: absolute;
    z-index: 10000;
}
.service-image-container {
    width: 100%;
    min-height: 1000px;
    position: relative;
}
nav ul {
    z-index: 100000;
    position: relative;
}
.service-page {
    width: 100%;
}
.service-image {
    width: 100%;
    min-height: 1000px;
    background-size: 240%;
    background-position: 51% 70%;
    position: absolute;
}
.service-image-blackground {
    background: #00000063;
    position: absolute;
    width: 100%;
    height: 100%;
}
.service-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 1000000;
}
.service-item h2 {
    color: #7eb02e;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
.service-item p {
    background: #ffffff63;
    max-width: 1400px;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    padding: 40px;
}
.services-list {
    display: flex;
    position: absolute;
    top: 170px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 1440px) { 
    .service-item {
        width: 97%;
    }
}
@media only screen and (max-width: 1200px) { 
    .service-image {
        width: 100%;
        min-height: 1000px;
        background-size:315%;
        background-position: 51% 70%;
    }
}
@media only screen and (max-width: 1100px) { 
    .service-item h2 {
        font-size: 32px;
     }
    .service-item p { 
        font-size: 24px;
    }
}
@media only screen and (max-width: 650px) { 
    .service-item h2 {
        font-size: 26px;
     }
    .service-item p { 
        font-size: 18px;
    }
}