/*=========================================
SERVICE CONTENT SECTION
=========================================*/

.service-content-section{

    padding:30px 20px 60px;

    background:#ffffff;

}

.service-content-section .container{

    max-width:1600px;
    margin:auto;

}

/* Featured Image */

.service-featured-image{

    margin-bottom:40px;

}

.service-featured-image img{

    width:100%;

    height:420px;

    object-fit:cover;

    display:block;

    border-radius:22px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

/* Content Box */

.service-content{

    background:#fff;

    padding:45px;

    border-radius:22px;

    border:1px solid #edf2f7;

    box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.section-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eef5ff;

    color:#0b5ed7;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:18px;

}

/* Main Heading */

.service-content h2{

    font-size:25px;

    font-weight:600;

    color:#0f172a;

    margin-bottom:22px;

    line-height:1.5;

}

/* Sub Heading */

.service-content h3{

    font-size:25px;

    font-weight:600;

    color:#0f172a;

    margin-top:35px;

    margin-bottom:15px;

}

/* Paragraph */

.service-content p{

    font-size:15px;

    color:#5f6b7a;

    line-height:1.8;

    text-align:justify;

    margin-bottom:18px;

}

/* Quote Box */

.service-quote{

    margin-top:35px;

    padding:25px 30px;

    background:#f8fbff;

    border-left:5px solid #d4af37;

    border-radius:14px;

}

.service-quote p{

    margin:0;

    font-size:16px;

    font-weight:500;

    color:#1f2937;

}

.service-quote strong{

    color:#0b5ed7;

}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.service-featured-image img{

height:340px;

}

.service-content{

padding:35px;

}

}

@media(max-width:768px){

.service-content-section{

padding:70px 15px 60px;

}

.service-featured-image{

margin-bottom:30px;

}

.service-featured-image img{

height:240px;

border-radius:18px;

}

.service-content{

padding:25px;

}

.service-content h2{

font-size:22px;

}

.service-content h3{

font-size:21px;

}

.service-content p{

font-size:15px;

line-height:1.8;

}

.service-quote{

padding:20px;

}

.service-quote p{

font-size:15px;

}

}