.termsBanner h1 {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 20px;
}
.termsBanner p{
    max-width: 730px;
}

.hireBanner-btn {
display: block;
background: #233F8C;
color: #fff;
padding: 14px 20px;
font-weight: 500;
font-size: 17px;
line-height: 100%;
letter-spacing: 0%;
position: relative;
border-radius: 100px;
max-width: max-content;
margin: 30px auto 0;
z-index: 1;
position: relative;
}
.hireBanner-btn::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 100px;
animation-name: pulse-animation;
animation-duration: 2s;
animation-timing-function: ease;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
@keyframes pulse-animation{
0% {
    box-shadow: 0 0 0 0px #233f8c;
}
100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
}

}
.service-content {
    row-gap: 30px;
    max-width: 994px;
    flex-wrap: nowrap;
}
 
.essay-section{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    
    margin:0;
    padding: 100px 0 100px;
}
.essay-wrapper {
    max-width: 918px;
    width: 100%;
    margin: 72px auto 0;
    display: flex
;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.essay-cards {
    max-width: 286px;
    width: 100%;
    border-radius: 13px;
    background: white;
    box-shadow: 0px 0px 18px 0px #9090901F;
    padding: 37px 25px;
    text-align: center;
}
.essay-btmTxt {
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #6f6f6f;
    max-width: 69%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
/* Essay section */

.essay-head{
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.essay-head h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 156%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 17px;
}
.essay-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
}
.essay-wrapper{
    max-width: 1085px;
    width: 100%;
    margin: 72px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.essay-cards{
    max-width: 260px;
    width: 100%;
    border-radius: 13px;
    background: white;
    box-shadow: 0px 0px 18px 0px #9090901F;
    padding: 37px 25px;
    text-align: center;
}
.essay-cards img{
    width: 50px;
    height: 50px;
}
.essay-cards p{
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #231F20;
    margin: 30px 0 12px;
}
.essay-cards span{
    font-weight: 400;
    font-size: 14px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #221F1F;
}
/* Essay section */
.freebieDesc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.affordable-section {
    background-image: unset;
    padding: 100px 0;
}
.affordable-section .service-content {
    row-gap: 30px;
    max-width: 1000px;
    justify-content: center;
    margin: 80px auto 0px;
    column-gap: 0;
}
.affordable-section .service-box {
    max-width: 245px;
    width: 100%;
    height: unset;
    text-align: center;
}
 .affordable-section   .service-box span {
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    max-width: 164px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
}
.option-section {
    position: relative;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.option-section {
    padding: 60px 0;
}
.banner__Specs__Wrapper {
    background: unset;
}
.service-content{
    margin-bottom: 0px;
}
.service-box {
 
    height: 159px;
}
section.freebies {
    padding: 120px 0;
 
}
.essay-wrapper {
    max-width: 1085px;
    width: 100%;
    margin: 72px auto 0;
    display: flex
;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 575px){
    section.freebies {
        padding: 80px 0;
     
    }
    .service-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .spec__Card {
        max-width: 338px;
        width: 100%;
    }
    .essay-wrapper{
        justify-content: center;
    }
    .affordable-section .service-content{
        flex-wrap: wrap;
    }
    .service-section {
 
        padding: 80px 0;
    }
    .service-header h2 {
       
        font-size: 24px !important;
        line-height: 150%;
    }
    .service-header p, .service-btmTxt {
      
        font-size: 15px;
        
    }
    h2 {
        font-size: 24px !important;
    }
    .option-header p, .option-btnTxt, .price-btmTxt, .work-btmTxt, .writer-btmTxt, .freebie-btmTxt, .process-btmTxt{
        font-size: 15px;
    }
    .freebies__Wrapper {
       
        padding-top: 0px;
    }
    .service-content {
 
        margin: 40px auto 50px;
    }
    .freebies__Wrapper {
     
        margin: 50px auto 40px;
    }
    .affordable-section .service-box {
        max-width: 150px;
    
    }
    .affordable-section .service-box span {
        font-size: 15px;
        font-weight: 400;
        color: #231f20;
        max-width: 514px;
        width: 100%;
        margin: 20px auto 0;
        display: block;
    }
    .affordable-section .service-content{
        margin: 80px auto 40px; 
    }
}