.title {
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin-bottom: 80px;
    color: #62A432;
}

.service {
    width: 30%;
    height: max-content;
    padding: 0px;
    margin-bottom: 100px;
    float: left;
    position: relative;
}
.service-name {
    color: #62A432;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.service-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 250px;
    margin-left: 0%;
    border-radius: 20px;
}
.container {
    display: flex;
    width: 70%;
    gap: 2%;
    margin-left: 15%;
    box-sizing: border-box;
}
.cases {
    background-color: #1B252F;
    padding-top: 50px;
}
.box {
    width: 25%;
    aspect-ratio: 1 / 1;
    border-left: #62A432 double 6px;
    border-top: #62A432 double 6px;
    transform: translate(-10%,-10%);
    position: absolute;
}
.br {
    margin-top: 150px;
}
.eco {
    width: 45px;
    scale: -1 1;
    position: absolute;
    left: -45px;
    top: -45px;
}

table {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 80px;
}
.client-logo {
    width: 10vw;
}
.logo-last {
    filter: invert(100%);
}

.gallery {
    width: 100%;
    height: min-content;
    margin-bottom: 100px;
    display: flex;
    overflow: hidden;
}
.gallery-image {
    height: auto;
    aspect-ratio: 2 / 1;
    width: 40%;
    margin-right: 100px;
    cursor: pointer;
}


@media (max-width: 850px) { 
    .gallery-image {
        height: auto;
        aspect-ratio: 2 / 1;
        width: 80%;
        margin-right: 5%;
    }
    .gallery-title {
        border-bottom: solid 3px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    table {
        margin-bottom: 40px;
    }
    .eco {
        width: 35px;
        left: -35px;
        top: -35px;
    }
    .br {
        margin-top: 100px;
    }
    .cases {
        padding-top: 20px;
    }
    .title-container {
        width: 50%;
        padding: 20px;
        padding-top: 30px;
    }
    .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .container {
        display: block;
        margin-left: 0;
        width: 100vw;
    }
    .service {
        width: 75vw;
        margin-left: 12vw;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-right: 0;
        float: none;
    }
    .service-name {
        font-size: 15px;
    }
}