    .post-container{padding: 95px 0 0;}
    .post-container .single-post{color:#2d2d2d;font-size: 16px;line-height: 31px;height:100%;display:flex;justify-content:center;flex-direction:column;}
    .post-container h2 , .post-container .post-title{font-size: 40px;font-weight: 700;margin-bottom: 51px;line-height: 50px;}
    .post-container strong{font-size: 24px;font-weight: 300;margin-bottom: 35px;line-height: 30px;}
    @media(max-width: 768px){
        .post-container{padding: 60px 0;}
        .post-container h2 , .post-container .post-title{font-size: 24px;margin-bottom: 16px;line-height: 1.6;}
        .post-container strong{font-size: 18px;margin-bottom: 16px;}
    }

    .service-list{margin-top: 245px;color:#000000;font-size: 24px;}
    .service-list .row{--bs-gutter-x: 0;}
    .service-list .img-wrapper img{width:100%;}
    .service-card:not(:last-child){margin-bottom: 90px;}
    .service-content{display:flex;justify-content:center;flex-direction: column;height:100%;padding-left: 156px;}
    .service-title{font-size: 32px;line-height: 43px;margin-bottom: 4px;color:#000;--bs-link-color-rgb:rgb(0 0 0);}
    .subtitle{font-size: 20px;margin-bottom: 70px;}
    .service-link{margin-top: 60px;text-decoration:none;color:#000000;font-size: 18px;font-weight: 700;}
    @media(max-width: 1400px){
        .service-list .row{--bs-gutter-x: 1.5rem;}
        .service-content{padding:20px 0;}
        .subtitle{margin-bottom: 16px;}
        .service-link{margin-top: 20px;}
    }
    @media(max-width: 768px){
        .service-list{margin-top: 0px;font-size: 14px;}
        .service-title{font-size: 24px;line-height: 1.6;}
        .subtitle,.service-link{font-size: 16px;}
        .service-card:not(:last-child){margin-bottom: 30px;}

    }