.hire-banner h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    max-width: 832px;
    width:100%;
    margin: 0 auto 15px;
    line-height: 150%;
}
.hire-banner h1 span {
    color: #233F8C;
}
.hire-banner p{
    max-width: 728px;
    width: 100%;
    margin: 0 auto 60px;
    line-height: 180%;
}
.hire-banner{
    padding: 190px 0px 333px;
}
.storyWrap{
    display: flex;
    align-items: center;
    gap:41px;
    justify-content: space-between;
}
.storyInfo h2{
    
font-weight: 450;
 text-align: left;
font-size: 28px;
 color: #231F20;
line-height: 156%;
letter-spacing: 0%;
padding-bottom: 15px;

}
.storyInfo p{
 
font-weight: 450;
 
font-size: 16px;
max-width: 524px;
width: 100%;
line-height: 200%;
 color: #696B81;

}
.storyWrap .storyImg img{
width:352px;
height:367px ;
}
.hiring-wrapper{
    padding: 0px 90px;
    margin: -221px auto 0;
}
.hiring-section::after {
    content: unset;
    
}
.hiring-section::before {
   
    width: 53px;
    height: 51px;
    top: 306px;
    right: 36px;
   
}
.storyImg{
    display: flex;
}
.essay-section{
    background: unset;
    margin: 0 0;
    padding: 120px 0 100px;
}
.essay-wrapper{
    margin: 50px auto 0;
}
.service-section::after,
.service-section::before{
    content: unset;
}
.service-section{
    background: url(../service-pages-cms/assets/images/service-bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
}
.service-content{
    margin: 70px auto 0px;
    gap: 18px;
    max-width: 798px;
    justify-content: space-between;
}
.service-box{
    height: unset;
    max-width: 176px;
}
.service-box span{
 
font-weight: 450;
 color: #696B81;
font-size: 15px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;

}
.service-content.parentsNote{
    max-width: 659px;
}
.service-content.parentsNote .service-box{
    height: unset;
    max-width: 146px;
}
.faqs{
    background-image: unset;
}
.faqs::after{
    content:unset;
}
.faqsWrapper {
    margin: 60px 0 50px;
    display: flex
;
    align-items: self-start;
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta_star {
    padding: 20px 0 72px;
}
.cta_desc {
    max-width: 717px;
}
.deskShow{
    display: block;
}
.mobShow{
    display: none;
}
@media (max-width:575px) {
    .deskShow{
        display: none;
    }
    .mobShow{
        display: block;
    }
    .storyWrap{
        flex-direction: column;
        gap: 35px;
    }
    .storyWrap .storyImg img{
        width: 76%;
        height: 98%;
        margin: 0 auto;
    }
    .hiring-wrapper {
        padding: 50px 20px 0px;
        margin: -221px auto 0;
    }
    .hire-banner h1{
        font-size: 28px;
    }
    .hire-banner p{
    
    margin: 0 auto 40px;
    }
    .storyInfo p {
     
        font-size: 15px;
     
    }    
    .essay-section{
        padding: 80px 0;
    }
    .service-header h2{
        line-height: 150%;
    }
    .service-content {
        row-gap: 51px;
        gap: 48px 8px;
        justify-content: center !important;
        margin: 40px auto 0px;
    }
 
    .cta_btn {
        max-width: max-content;
        padding: 12px 30px;
        display: flex
;
    align-items: center;
    gap: 5px
    }
    .faqsWrapper {
        margin: 40px 0 50px;
    }
    .faqs {
         
        padding: 60px 0 10px;
    }
    .hire-banner::after{
        bottom: 200px;
    }
}