.serviceBanner {
    position: relative;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 160px 0;
}

.serviceBanner::before,.serviceBanner::after{
    content:"";
    background: url(../images/star.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 49px;
}
.serviceBanner::before{
    left: 0;
    bottom: 25px;
}
.serviceBanner::after{    
    right: 15px;
    top: 72px;
} 
.serviceBanner h1 {
    color: #231F20;
    font-weight: 700;
    font-size: 35px;
    line-height: 156%;
    text-align: center;
    margin-bottom: 10px;
}
.serviceBanner h1 span {
    color: #233F8C;
}
.serviceBanner p {
    color: #585858;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    max-width: 940px;
    margin: 0 auto 40px;
}

/* Features Comparison Table Styles */
.featuresDiffTable {
    width: 100%;
    border-collapse: collapse;
}
.featuresDiffTableWrap{
    margin-top: 60px;
    margin-bottom: 40px;
}

.featuresDiffTableWrap table + p,
.featuresDiffTableWrap .table-responsive + p{
  padding-top: 20px;
}
.featuresDiffTableWrap table th strong,.featuresDiffTableWrap td strong{
    color:#221f1f;
font-weight: 500;
}
.featuresDiffTableWrap.table-responsive{
  display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
 
.featuresDiffTableWrap table th, .featuresDiffTableWrap table td {
    padding: 15px;
    border: 1px solid #c8d9ee;
    font-weight: 450;
    color:#575e62;
    opacity: 0.98;
    font-size: 16px;
}
.secFootdesc{
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #575e62;
}
.featuresDiffSec{
    background:linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 80px 0;
}
.service-section {
    background: url(../service-pages-cms/assets/images/service-bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
}
.service-section.no-bg{
    background: unset;
    padding: 120px 0;
}
.essay-section{
    background: unset;
    margin: 0 0;
    padding: 120px 0 100px;
}
.essay-wrapper{
    margin: 50px auto 0;
}
.essay-cards {
    max-width: 290px;
     
}
.essay-wrapper {
    max-width: 1075px;
    justify-content: center;
    gap: 26px 32px;
    flex-wrap: wrap;
}
.service-content {
    row-gap: 30px;
    max-width: 1120px;
    justify-content: center;
    column-gap: 0;
}


.service-box span {
    font-size: 16px;
   
    color: #575e62;
    max-width: 184px;
    width: 100%;
     
}
.rate-us .service-content {
 
    margin-bottom: 0;
}
.essay-cards p{
    color: #231F20;
}
.essay-cards span{
    color: #575e62;
}
@media(max-width:575px){
    .serviceBanner h1 {
        color: #231F20;
        font-weight: 700;
        font-size: 29px;
        line-height: 146%;
        text-align: center;
        margin-bottom: 20px;
    }
    .serviceBanner p {
        color: #585858;
        font-weight: 400;
        font-size: 15px;
        line-height: 156%;
        text-align: center;
        max-width: 940px;
        margin: 0 auto 50px;
    }
    .hireBanner-btn {
        display: block;
        background: #233F8C;
        color: #fff;
        padding: 14px 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        position: relative;
        border-radius: 100px;
        max-width: max-content;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }
    
    .essay-section {
        background: unset;
        margin: 0 0;
        padding: 80px 0 80px;
    }
    .featuresDiffTableWrap table th, .featuresDiffTableWrap table td {
        padding: 14px 20px;
        border: 1px solid #c8d9ee;
        font-weight: 450;
        color: #575e62;
        opacity: 0.98;
        font-size: 15px;
    }
    .rate-us .service-content {
        margin-bottom: 40px;
    }
    .service-section.no-bg {
        background: unset;
        padding: 80px 0;
    }
    .cta_btn {
        max-width: max-content;
        padding: 12px 25px;
        display: flex
    ;
        align-items: center;
        gap: 5px;
    }
    .cta_star {
        padding: 0px 0 72px;
    }
    .faqs {
        width: 100%;
        padding: 30px 0;
    }
    .service-box span {
        font-size: 15px;
        
    }
    .serviceBanner {
        padding: 140px 0 100px;
    }
    .secFootdesc {
     
        font-size: 15px;
    
    }
}