html {
    font-size: 14px;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
body {
    margin: 0;
}
.single_service .s1 {
    position: relative;
}
.single_service .s1 img {
    width: 100%;
}
.single_service .s1 .title {
    font-size: 72px;
    font-family: FranklinGothic;
    font-weight: 800;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.single_service .s2 {
    padding: 154px 108px 0 108px;
}
.single_service .s2 .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 184px;
}
.single_service .s2 .box .text-box {
    padding: 150px 0 0 53px;
}
.single_service .s2 .box .text-box .title {
    font-size: 48px;
    font-family: FranklinGothic;
    font-weight: 800;
    color: #ea5413;
    margin-bottom: 30px;
    padding-left: 150px;
}
.single_service .s2 .box .text-box .line {
    width: 200px;
    height: 2px;
    background: #ea5413;
    margin-bottom: 85px;
}
.single_service .s2 .box .text-box .des {
    width: 80%;
    padding-left: 76px;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-bottom: 4rem;
}
.single_service .s2 .right .text-box .des {
    padding-left: 0;
}
.single_service .s3 {
    padding: 62px 108px 43px 108px;
}
.single_service .s3 .title {
    font-size: 48px;
    font-family: FranklinGothic;
    font-weight: 800;
    color: #ea5413;
    text-align: center;
    margin-bottom: 1rem;
}
.single_service .s3 .line {
    width: 200px;
    height: 2px;
    background: #ea5413;
    margin: 0 auto;
    margin-bottom: 6rem;
}
.single_service .s3 .content {
    position: relative;
}
.single_service .s3 .content img {
    width: 100%;
}
.single_service .s3 .content .three-box {
    position: absolute;
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
.single_service .s3 .content .three-box .item {
    box-sizing: border-box;
    width: 412px;
    height: 517px;
    background: rgba(255, 255, 255, 0.8);
    padding: 107px 43px 0 43px;
}
.single_service .s3 .content .three-box .item .tit {
    font-size: 24px;
    font-family: Poppins;
    font-weight: bold;
    color: #ea5413;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.single_service .s3 .content .three-box .item .des {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
@media (min-width: 0px) and (max-width: 1700px) {
    .single_service .s2 .box .imgBg {
        width: 50%;
    }
    .single_service .s2 .box .imgBg img {
        width: 100%;
    }
    .single_service .s2 .box .text-box {
        width: 50%;
    }
    .single_service .s2 .box {
        line-height: 42px;
    }
    .single_service .s2 .box .text-box {
        padding: 100px 0 0 53px;
    }
    .single_service .s2 .box .text-box .des {
        width: 90%;
    }
    .single_service .s2 .box .text-box .line {
        margin-bottom: 40px;
    }
    .single_service .s2 .box {
        margin-bottom: 100px;
    }
    .single_service .s2 .box .text-box .des {
        width: 90%;
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 4rem;
    }
    .single_service .s2 .box .text-box .title {
        font-size: 40px;
        padding-left: 100px;
    }
    .single_service .s3 {
        padding: 0px 108px 43px 108px;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .single_service .s1 .title {
        font-size: 48px;
    }
    .single_service .s2 {
        padding: 50px 50px 0 50px;
    }
    .single_service .s3 {
        padding: 0px 50px 43px 50px;
    }
    .single_service .s3 .title {
        font-size: 36px;
    }
    .single_service .s2 .box .text-box .title {
        font-size: 36px;
        padding-left: 90px;
    }
    .single_service .s2 .box .text-box {
        padding: 50px 0 0 20px;
    }
    .single_service .s2 .box .text-box .des {
        width: 90%;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 2rem;
    }
    .single_service .s3 .content .three-box .item .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .single_service .s3 .content .three-box .item .des {
        font-size: 14px;
        font-family: Poppins;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
    }
    .single_service .s3 .content .three-box .item {
        padding: 40px 20px 40px 20px;
        height: auto;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .single_service .s1 .title {
        font-size: 38px;
    }
    .single_service .s2 .box .text-box .title {
        font-size: 24px;
        padding-left: 40px;
    }
    .single_service .s2 .box .text-box .des {
        width: 80%;
        padding-left: 20px;
    }
    .single_service .s2 .box .text-box .des {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2rem;
    }
    .single_service .s2 .box .text-box {
        padding: 20px 0 0 20px;
    }
    .single_service .s3 .title {
        font-size: 32px;
    }
    .single_service .s2 .box {
        margin-bottom: 50px;
    }
    .single_service .s3 .line {
        margin-bottom: 3rem;
    }
    .single_service .s3 .content img {
        height: 60vw;
        object-fit: cover;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .single_service .s1 img {
        width: 100%;
        height: 75vw;
        object-fit: cover;
    }
    .single_service .s1 .title {
        font-size: 28px;
        width: 213px;
    }
    .single_service .s2 .box {
        /* display: block; */
        flex-wrap: wrap;
    }
    .single_service .s2 .right{
        flex-direction: column-reverse;
    }
    .single_service .s2 .box .imgBg {
        width: 100%;
    }
    .single_service .s2 .box .text-box {
        width: 100%;
        padding: 20px 0 0 0px;
    }
    .single_service .s2 {
        padding: 50px 15px 0 15px;
    }
    .single_service .s3 .content .three-box {
        position: relative;
        width: 100%;
        display: block;
    }
    .single_service .s3 .content .three-box .item {
        padding: 10px 0px;
    }
    .single_service .s3 .content .three-box {
        padding-top: 20px;
        left: 0;
        top: 0;
        transform: unset;
    }
    .single_service .s2 .box .text-box .title {
        margin-bottom: 15px;
    }
    .single_service .s2 .box .text-box .line {
        margin-bottom: 20px;
    }
    .single_service .s3 .title {
        font-size: 28px;
    }
    .single_service .s3 {
        padding: 0px 15px 43px 15px;
    }
    .single_service .s2 .box .text-box .des {
        width: 100%;
        padding-left: 0px;
    }
    .single_service .s3 .content .three-box .item {
        width: 100%;
    }
}
