.l__service__container{
    width: 100%;
    min-height: 100vh;
    background: url(../images/service.jpg) no-repeat;
    background-size: 100% auto;
}
.l__service__list{
    position: relative;
}
.l__service__list::after{
    content: '';
    width: calc(100%);
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 20px 20px 0;
    background: #fff8f4;
}
.l__service__container .l__service__title{
    text-align: center;
    color: #ffffff;
    padding: 60px 20px 80px;
    text-transform: uppercase;
}
.l__service__container .l__service__title h3{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
}
.l__service__container .l__service__title p{
    font-weight: lighter;
    line-height: 1.4;
}

.l__service__text{
    padding: 60px 0;
    line-height: 24px;
    font-weight: lighter;
    position: relative;
    z-index: 9;
}
.l__service__text .col:nth-child(1){
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.l__service__item{
    position: relative;
    z-index: 9;
}
.l__service__item .col{
    margin: 0 0 40px;
}
.l__service__item .col:last-child{
    margin: 0;
}
.l__service__item .pic{
    max-width: 240px;
    margin: 0 auto;
    position: relative;
}
.l__service__item .pic i{
    font-style: normal;
    color: #ff5e00;
    font-size: 40px;
    line-height: 1;
    left: 0;
    top: 15%;
    font-weight: lighter;
    position: absolute;
}
.l__service__item .desc{
    max-width: 400px;
    margin: 0 auto;
}
.l__service__item img{
    width: 100%;
    display: block;
    border-radius: 50%;
}
.l__service__item .desc{
    text-align: center;
    padding: 30px 0 0;
}
.l__service__item .desc h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.l__service__item .desc .con{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 0;
}
.l__service__layout{
    margin-top: 60px;
    z-index: 9;
    position: relative;
}
.l__service__list1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.l__service__layout .text{
    top: 0;
    left: 0;
    padding: 20px;
    position: absolute;
}
.l__service__layout .text i{
    font-size: 40px;
    color: #ff5e00;
    line-height: 1;
    font-style: normal;
    font-weight: lighter;
}
.l__service__layout .text h3{
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.l__service__layout .text .con{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .l__service__list::after{
        height: 1000px;
        width: calc(100% - 3.9vw);
        border-radius: 0 20px 20px 0;
    }
    .l__service__container .l__service__title{
        padding-top: 80px;
        padding-bottom: 7vw;
    }
    .l__service__item .col{
        margin: 0;
    }
    .l__service__layout .text{
        padding: 60px 0 0 40px;
    }
    .l__service__layout .text h3{
        font-size: 18px;
        margin-top: 30px;
    }
    .l__service__layout .text .con{
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .l__service__layout .text{
        left: 6.5625vw;
    }
    .l__service__container .l__service__title h3{
        font-size: 32px;
    }
    .l__service__list::after{
        border-radius: 0 200px 200px 0;
    }
    .l__service__item .pic{
        max-width: 400px;
    }
    .l__service__text{
        padding-left: 3.9vw;
        padding-right: 3.9vw;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .l__service__item{
        padding-left: 3.9vw;
        padding-right: 3.9vw;
    }
    .l__service__layout{
        padding-left: 6.5625vw;
        padding-right: 6.5625vw;
        margin-top: 80px;
    }
    .l__service__text .row{
        margin: 0;
    }
    .l__service__text .row .col{
        padding: 0;
    }
    .l__service__list1{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 1440px) {
    .l__service__item .pic i{
        font-size: 60px;
    }
    .l__service__layout .text i{
        font-size: 60px;
    }
    .l__service__container .l__service__title{
        padding-top: 120px;
    }
    .l__service__text .row .col:nth-child(2) p{
        max-width: 370px;
    }
    .l__service__list::after{
        height: 1200px;
        border-radius: 0 400px 400px 0;
    }
    .l__service__item .row{
        margin: 0 -60px;
    }
    .l__service__item .row .col{
        padding: 0 60px;
    }
    .l__service__layout{
        margin-top: 120px;
    }
}
@media (min-width: 1680px) {
    .l__service__container .l__service__title h3{
        font-size: 50px;
    }
    .l__service__list::after{
        height: 1400px;
        border-radius: 0 600px 600px 0;
    }
    .l__service__text{
        padding-top: 160px;
        padding-bottom: 160px;
    }
    
    .l__service__list1{
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

.l__service__image .row{
    margin: 0;
}
.l__service__image .row .col{
    padding: 0;
}
.l__service__image img{
    width: 100%;
    display: block;
}
.l__service__image .pic{
    position: relative;
}
.l__service__image .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}
.l__service__image .text i{
    font-style: normal;
    color: #ff5e00;
    font-size: 40px;
    line-height: 1;
    font-weight: lighter;
}
.l__service__image .text h3{
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: bold;
}
.l__service__image .text .con{
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .l__service__image .text{
        padding-left: 7.8vw;
    }
    .l__service__image .text .con{
        max-width: 350px;
    }
}
@media (min-width: 1200px) {
    .l__service__image .text i{
        font-size: 60px;
    }
    .l__service__image .text h3{
        margin: 30px 0 15px;
    }
    .l__service__image .text .con{
        font-size: 16px;
        max-width: 360px;
    }
}