        .service-detail {background: #f7f7f7;padding: 50px 50px;}
        .why-choose-detail{position: relative;padding: 50px 0px 50px;}
        .feature-block_two-inner {
            position: relative;
            padding: 35px 30px 20px;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
            margin-top: 20px;
        }
        .feature-two_pattern-layer {
            position: absolute;
            left: -80px;
            top: 120px;
            right: 0px;
            bottom: 0px;
            width: 633px;
            height: 455px;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .feature-block_two-icon img {
            position: relative;
            width: 65px;
            height: 65px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }
        .feature-block_two-heading{font-size:1.6rem;}
        .feature-two_skill-inner{padding:0px 50px;}
        .feature-two_skill-inner h2{font-size:3rem;}
        .accordion > .card .card-header {margin-bottom: -1px;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.07);background: #baa075;
            margin-top: 10px;padding: 5px 10px!important;
        }
        .card {background-color: #f7f7f7;background-clip: border-box;border: 0px solid rgba(0, 0, 0, 0.125);
            }

        .btn-link {font-weight: 600;color: #ffffff;text-decoration: none;font-size: 20px;}
        .btn-link:hover {color: #ffffff;text-decoration: none;}
        .btn-link:focus, .btn-link.focus {text-decoration: none;box-shadow: none;}
        .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;background: #fff;}
        .about-section{padding:50px 0px;}
        .about-section .about-detail{padding: 0px 50px;}
        .about-section .about-detail h2{font-size: 3rem;}
        
        @media only screen and (max-width: 767px) {
             .feature-two_pattern-layer {display: none;}
             .about-section .about-detail {padding: 0px 0px;}
             .about-section .about-detail h2 {font-size: 2.5rem;}
             .service-detail {background: #f7f7f7;padding: 50px 0px;}
             .feature-two_skill-inner h2 {font-size: 2.5rem;}
             .feature-two_skill-inner {padding: 0px 0px;}
        }