.feature__Desc p{
    max-width: 147px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.rw-sentence {
    max-width: 667px;
}
.banner__desc {
    max-width: 638px;
}
.competences {
    padding-top: 15px;
    min-height: unset;
}
section.reviews {
    background: unset;
}
.writerCard {
    min-height: 424px;
}
.processSwiperWrapper {
    margin: 0 auto 50px;
}
.affordable-section {
    background-image: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 100px 0;
}
.affordable-section .service-content {
    row-gap: 30px;
    max-width: 1000px;
    justify-content: center;
    margin: 80px auto 70px;
    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::after{
    content: unset;
}
.service-content{
    margin: 80px auto 0px;
    row-gap: 76px;
    justify-content: center;
}

.serviceList-section{
    padding: 100px 0 50px;
}
.serviceList-section.bg{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.serviceList-section h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 44.27px;
    text-align: center;
    color: #161616;
    margin-bottom: 15px;
}
.list-wrapper{
    max-width: 961px;
    width: 100%;
    margin: 50px auto 50px;
    /* background-color: #f8fcff; */
    background-color: white;

    border-radius: 45px;
    padding: 60px;
    display: flex;
    gap: 46px;
    justify-content: center;
    box-shadow: 0px 5px 24px 0px #00000014;
}
.serviceList-section.bg .list-wrapper{
    background-color: white;
}
.list-wrapper ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding-left: 20px;
}
.list-wrapper ul li {
    
    transition: all .3s;
}
.list-wrapper ul li a{
    color: #367fd3;
    text-decoration: none;
    font-weight: 450;
    font-size: 17px;
    line-height: 160%;
    text-decoration: underline;
}
.list-wrapper ul li a:hover{
    text-decoration: none;
}
.service-wrapper{
    display: flex;
    gap: 30px;
}
.serviceList-btn{
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.serviceList-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-section{
    padding: 100px 0;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}

.affordable-section .service-content{
    margin: 80px auto 20px
}
/* Essay section */
.essay-section{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 100px 0 100px;

}
.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: 60px 21px;
    text-align: center;
}
.essay-cards img{
    width: 50px;
    height: 50px;
}
.essay-cards p{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #231F20;
    margin: 0px 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-cards span a{
    color: #1176ca;
    text-decoration: underline;
}
.essay-cards span a:hover{
    text-decoration: none;
}
.essay-btn{
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 25px;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.essay-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation-two;
    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-two {
    0% {
      box-shadow: 0 0 0 0px #233f8c;
    }
  
    100% {
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
/* Essay section */
.faqs{
    margin-top: 0;
    padding: 100px 0;
}
.faq-card-service {
    min-height: 138px;
}
.faqsWrapper{
    margin: 60px 0 0px;
}
.processSec, .writers-section{
    background: unset;
}
.option-section{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.banner__Specs__Wrapper{
    padding: 70px 0 0px;
    background-color: unset;
}
.banner__Specs__Wrapper::before,.banner__Specs__Wrapper::after{
    z-index: 1;
}
.customer__review p{
    min-height: unset;
}
.slide-inner {
    border: 1px solid transparent;
    min-height: 241px;
}

@media (max-width: 575px){
    section.banner__Section {
        background-size: auto, 118%;
        padding: 121px 0 89px;
    }
    .banner__order {
        margin: 0 auto;
        max-width: max-content;
        font-size: 17px;
        line-height: 150%;
        padding: 7px 15px;
    }
    .banner__Features {
        max-width: 315px;
        row-gap: 19px;
        padding: 36px 0px 44px 0px;
        margin: 0 auto;
    }
    .feature__Desc p {
        max-width: 264px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }
    section.banner__Section::before{
        bottom: 23px;
    }
    .affordable-section .service-box {
        max-width: 139px;
    }
    .affordable-section .service-content{
        row-gap: 45px;
    }
    .affordable-section .service-box span{
        margin: 18px auto 0;
    }
    /* list section */
    .serviceList-section {
        padding: 70px 0;
    }
    .list-wrapper{
        flex-direction: column;
        gap: 20px;
        padding: 50px;
    }
    .list-wrapper ul{
        padding-left: 20px;
        gap: 20px;
    }
    .serviceList-section h2{
        font-size: 23px;
    }
    /* Sample Section */
 
    .sample-wrapper .swiper-button-next-sample, .sample-wrapper .swiper-button-prev-sample{
        display: none;
    }
    .sample-wrapper{
        flex-direction: column;
    }
    .sample-section {
        padding: 60px 0 84px;
    }
    .sample-cards {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }
    /* Sample Section */
    .writers-section::after{
        top: 23px;
    }
    .essay-wrapper{
        justify-content: center;
    }
    
}