.allServicesPage .secHead {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}

.allServicesPage .secHead h2 {
    color: #464860;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 12px;
}
.allServicesPage .secHead h3 {
    color: #1B1A2E;

    font-size: 20px;
    font-weight: 700;
    line-height: 120.187%;
    text-align: center;
}

.allServicesPage .secHead img {
    display: block;
    width: 24px;
    height: 24px;
}

.allServicesPage .customWritingBanner {
background: linear-gradient(137.79deg, #FEFEFF 24.22%, #EBF7FF 88.85%);
    padding-top: 120px;
    padding-bottom: 120px;

}

.allServicesPage .customWritingWrapper {
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
}

.allServicesPage h1 {
    color: #464860;
        font-weight: 500;
        line-height: 130%;
        padding-bottom: 14px;
        max-width: 140%;
        font-size: 35px;
        text-align: center;
    }
        .allServicesPage .taglineSec {
            font-weight: 500;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: 0%;
            text-align: center;
            color: #60738A;
            max-width: 987px;
            width: 100%;
            margin: 20px auto;
        }
    
        .allServicesPage .descSec {
            color: #3B5F8B;
            font-weight: 400;
            font-size: 13px;
            line-height: 180%;
            letter-spacing: 0.5%;
        }
.allServicesPage .customWritingBanner p {
font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #60738A;
    padding-bottom: 40px;
    text-align: center;
}

.allServicesPage .customWritingBanner p a {
    color: #0654E6;
    text-decoration: underline;
    font-weight: 500;
}

.allServicesPage .customWritingBanner p a:hover {
    color: #0443b8;
}

.allServicesPage .rangeOfPapers {
    padding: 115px 0;
    background-color: #fff;
}

.allServicesPage h2 {
    color: #464860;
        font-weight: 500;
        font-size: 30px;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;
        padding-bottom: 12px;
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
}

.allServicesPage .rangeOfPapersWrapper .subHead {
    color: #3F3F3F;
    text-align: center;
    font-size: 16px;
    line-height: 159.7%;
    max-width: 773px;
    width: 100%;
    margin: 0 auto;
}

.allServicesPage .rangeOfPapersWrapper .secHead {
    margin-top: 24px;
}



.allServicesPage .servicesBox {
    border-radius: 46px;
    background: radial-gradient(102.1% 102.1% at 50% 11.49%, #326BBC 0%, #0F3870 100%);
    box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
    padding: 42px 43px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    column-gap: 46px;
    justify-content: center;
    margin-top: 38px;
}

.allServicesPage .colUrls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.allServicesPage .colUrls a {
    display: list-item;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    /* font-family: 'Circular-Medium'; */
    line-height: 150%;
    text-decoration-line: underline;
    margin-bottom: 15px;
    width: 33.33%;
    text-transform: capitalize;
}

.allServicesPage .proficientWriter {
    padding: 85px 0;
        background: linear-gradient(125.14deg, #DFE9FF 0%, #FFFFFF 31.65%, #FBFCFF 70.91%, #DFE9FF 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.allServicesPage .proficientLinksBox {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px 40px;
    background: #FFF;
    width: 100%;
    max-width: 1100px;
        margin: 30px auto 0;
        padding: 30px;
        border: 1px solid #CFDEF0;
        box-shadow: 0px 0px 16px 0px #469FDF33;
        border-radius: 20px;
}

.allServicesPage .proficientLinksBox a {
    display: block;
        text-decoration: underline;
        margin-bottom: 0;
        /* grid handles spacing */
        font-size: 15px;
        line-height: 1.7;
        color: #0654e6;
    font-weight: 500;
    white-space: normal;
        word-break: keep-all;
        
        /* prevents ugly broken words */
    }


.allServicesPage a:hover {
    text-decoration: underline;
    color: #0543c1;
}
.allServicesPage .servicesBox a:hover{
    text-decoration: none;
    color: #fff;
}

.allServicesPage .proficientLinksBox a::marker {
    color: #1B1A2E;
}

.allServicesPage .completelyQualified {
    padding: 115px 0;
    background-color: #fff;
}

.allServicesPage .chooseThepaper {
    padding: 70px 0;
    background-color: #F8FBFA;
}

.allServicesPage .chooseThepaperBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 46px;
    border-radius: 46px;
    border: 1px solid #117BD4;
    background: #FFF;
    max-width: 1030px;
    margin: 38px auto 0;
    width: 100%;
    box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
    padding: 40px 41px;
    justify-content: center;
}

.allServicesPage .chooseThepaperBox a {
    display: list-item;
    position: relative;
    color: #1B1A2E;
    font-size: 16px;
    font-weight: 500;
    /* font-family: 'Circular-Medium'; */
    line-height: 150%;
    margin-bottom: 15px;
    text-decoration-line: underline;

}

.allServicesPage .chooseThepaperBox .colUrls {
    max-width: 270px;
    width: 100%;
}

.allServicesPage .homeWorkAssignment {
    padding: 70px 0;
    /* background-image: url(../images/homeWorkAssignment-bg.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.allServicesPage .homeWorkAssignmentBox {
    max-width: 1030px;
    width: 100%;
    padding: 40px 41px;
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    row-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 38px auto 0;
    border-radius: 46px;
    border: 1px solid #117BD4;
    background: #FFF;
    box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
}

.allServicesPage .homeWorkAssignmentBox a {
    display: list-item;
    position: relative;
    color: #1B1A2E;
    font-size: 16px;
    font-weight: 500;
    /* font-family: 'Circular-Medium'; */
    line-height: 150%;
    text-decoration-line: underline;
    max-width: 270px;
    width: 100%;
}

.allServicesPage .alsoOffer {
    padding: 115px 0;
    background-color: #fff;
}

.allServicesPage .diverseRange {
    background-color: #F8FBFA;
    padding: 70px 0;
}

.allServicesPage .diverseRangeHead {
    max-width: 709px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
}

.allServicesPage .diverseRangeHead h2 {
    color: #1B1A2E;
    text-align: center;

    font-size: 38px;
    font-weight: 700;
    line-height: 120.187%;
    text-align: center;
}

.allServicesPage .diverseRangeHead p {
    color: #3F3F3F;
    text-align: center;

    font-size: 16px;
    line-height: 159.7%;
}

.allServicesPage .diverseRangeWrapper {
    margin-top: 38px;
    display: flex;
    align-items: flex-end;
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
}

.allServicesPage .diverseRangeCard {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D9E4E1;
    background: #FFF;
    box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
    max-width: 341px;
    width: 100%;
    min-height: 203px;
    height: 100%;
    transition: .3s ease-in !important;
}

.allServicesPage .diverseRangeCard:hover {
    border-color: #117BD4;
    transform: scale(1.05) !important;
}

.allServicesPage .diverseRangeCardImg {
    display: flex;
    column-gap: 10px;
    margin-bottom: 12px;
    align-items: center;
}

.allServicesPage .diverseRangeCardImg img {
    width: 32px;
    height: 32px;
    display: block;
}

.allServicesPage .diverseRangeCardImg p {
    color: #1B1A2E;

    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.allServicesPage .diverseRangeCardText span {
    color: #1B1A2E;

    font-size: 14px;
    line-height: 150%;
}

.allServicesPage .mobOnly {
    display: none;
}

@media (max-width:767px) {

    .allServicesPage .customWritingBanner {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .allServicesPage h1 {
padding-bottom: 12px;
    font-size: 26px;
    line-height: 150%;
    }

    .allServicesPage .customWritingBanner p {
        font-size: 14px;
            line-height: 150%;
    }

    .allServicesPage .rangeOfPapers {
        padding: 60px 0 32px;
    }

    .allServicesPage h2 {
        font-size: 24px;
        }
        
        .allServicesPage .proficientLinksBox a {
            font-size: 14px;
        }

    .allServicesPage .rangeOfPapersWrapper .subHead {
        text-align: center;
        font-size: 14px;
        max-width: 100%;
    }

    .allServicesPage .secHead {
        margin-top: 42px;
        flex-direction: column;
        row-gap: 15px;
    }

    .allServicesPage .servicesBox {
        margin-top: 28px;
    }

    .allServicesPage .proficientLinksBox,
    .allServicesPage .servicesBox {
        justify-content: flex-start;
    }

    .allServicesPage .completelyQualified {
        padding: 0 0 32px;
    }

    .allServicesPage .chooseThepaper {
        padding: 50px 0;
    }

    .allServicesPage .chooseThepaper .secHead {
        margin-top: 0;
    }

    .allServicesPage .chooseThepaperBox,
    .allServicesPage .homeWorkAssignmentBox {
        justify-content: flex-start;
    }

    .allServicesPage .chooseThepaperBox .colUrls,
    .allServicesPage .proficientLinksBox .colUrls {
        max-width: 100%;
        width: 100%;
    }

    .allServicesPage .servicesBox a {
        font-size: 14px;
    }

    .allServicesPage .proficientWriter,
    .allServicesPage .homeWorkAssignment {
        padding: 50px 0;
    }

    .allServicesPage .proficientWriter .secHead,
    .allServicesPage .homeWorkAssignment .secHead,
    .allServicesPage .alsoOffer .secHead {
        margin-top: 0px;
    }

    .allServicesPage .secHead h2,
    .allServicesPage .secHead h3 {
        font-size: 18px;
    }

    .allServicesPage .homeWorkAssignmentBox a {
        max-width: 100%;
    }

    .allServicesPage .alsoOffer {
        padding: 32px 0 100px;
    }

    .allServicesPage .diverseRangeHead {
        row-gap: 12px;
    }

    .allServicesPage .diverseRangeHead h2 {
        font-size: 24px;
    }
}

@media(max-width:575px) {
    .allServicesPage .mobOnly {
        display: block;
    }

    .allServicesPage .colUrls.mob-hidden {
        display: none;
    }

    .allServicesPage .showMoreBtn {
        max-width: max-content;
        margin-left: auto;
    }

    .allServicesPage .showMoreBtn button {
        font-size: 16px;
        font-weight: 500;
        /* font-family: 'Circular-Medium'; */
        line-height: 120.187%;
        background-color: transparent;
        border: none;
    }

    .allServicesPage .showMoreBtn button {
        color: #117BD4;
    }

    .allServicesPage .servicesBox .showMoreBtn button {
        color: #fff;
    }

    .allServicesPage .servicesBox,
    .allServicesPage .chooseThepaperBox,
    .allServicesPage .proficientLinksBox,
    .allServicesPage .homeWorkAssignmentBox {
        border-radius: 20px;
    }
    .allServicesPage .colUrls a{
        width: 100%;
    }
    .allServicesPage .colUrls a:last-child{
        margin-bottom: 0;
    }
}