.geosynthetics {
    background: #fff;
    padding: 8rem 0;
    display: flex;
    position: relative;
    align-items: center;
}

.geosynthetics>img {
    width: 81rem;
    height: 60.9rem;
    border-radius: 1rem;
}

.geosynthetics-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 40.1rem;
}

.geosynthetics-left>img {
    width: 7.1rem;
    height: 6.4rem;
    position: absolute;
    top: 8rem;
    left: 0;
}

.geosynthetics-left>img:nth-child(2) {
    top: auto;
    bottom: 8rem;
    left: 47.1rem;
}

.geosynthetics-left-title {
    width: 36rem;
    margin-bottom: 4rem;
}

.geosynthetics-left-title span {
    color: #F16522;
    font-weight: bold;
    font-size: 6rem;
}

.geosynthetics-left-title span:last-child {
    font-size: 4.4rem;
}

.geosynthetics-left p {
    width: 51rem;
    color: #333333;
    font-size: 2.4rem;
    line-height: 2.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 768px) {
    .geosynthetics {
        background: #fff;
        padding: 4rem 0;
        display: block;
        position: relative;
    }

    .geosynthetics>img {
        width: 34.3rem;
        height: 25rem;
    }

    .geosynthetics-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 6rem 1.6rem 10rem 0;
        position: relative;
        height: auto;
    }

    .geosynthetics-left>img {
        width: 4rem;
        height: 3.6rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .geosynthetics-left>img:nth-child(2) {
        top: 32.1rem;
        left: 30.3rem;
    }

    .geosynthetics-left-title {
        width: 15rem;
    }

    .geosynthetics-left-title span {
        color: #F16522;
        font-weight: bold;
        font-size: 2.4rem;
    }

    .geosynthetics-left-title span:last-child {
        font-size: 2rem;
    }

    .geosynthetics-left p {
        width: 34.3rem;
        color: #333333;
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-top: 4rem;
        -webkit-line-clamp: 8;
    }
}