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

.secHead h2,
.secHead h3 {
    color: #004B3D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.187%;
    text-align: center;
}

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

.customWritingBanner {
    background-color: #F8FBFA;
    padding-top: 90px;
    padding-bottom: 120px;

}

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

h1 {
    color: #004B3D;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.187%;
    padding-bottom: 40px;
}

.customWritingBanner p {
    color: #3F3F3F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.7%;
}

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

.rangeOfPapersWrapper h2 {
    color: #004B3D;
    text-align: center;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.187%;
    padding-bottom: 12px;
    max-width: 643px;
    width: 100%;
    margin: 0 auto;
}

.rangeOfPapersWrapper .subHead {
    color: #3F3F3F;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.7%;
    max-width: 773px;
    width: 100%;
    margin: 0 auto;
}
.rangeOfPapersWrapper .secHead {
    margin-top: 24px;
}



.servicesBox {
    border-radius: 46px;
    background: radial-gradient(100% 100.00% at 50% 0.00%, #02C585 0%, #02AB81 60.80%, #02837A 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;
}

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

.servicesBox a {
    display: list-item;
    position: relative;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;

    margin-bottom: 15px;
}

.proficientWriter {
    padding: 70px 0;
    background-image: url(../images/proficientWriter.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.proficientLinksBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 46px;
    border-radius: 46px;
    border: 1px solid #02837A;
    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;

}

.proficientLinksBox .colUrls {
    max-width: 187px;
    width: 100%;
}

.proficientLinksBox a {
    display: list-item;
    position: relative;
    color: #004B3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
    text-decoration-line: underline;

}

a.styledAnchor:hover {
    color: #02c585
}

.proficientLinksBox a::marker {
    color: #004B3D;
}

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

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

.chooseThepaperBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 46px;
    border-radius: 46px;
    border: 1px solid #02837A;
    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;
}

.chooseThepaperBox a {
    display: list-item;
    position: relative;
    color: #004B3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
    text-decoration-line: underline;

}

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

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

.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 #02837A;
    background: #FFF;
    box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
}

.homeWorkAssignmentBox a {
    display: list-item;
    position: relative;
    color: #004B3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    max-width: 187px;
    width: 100%;
}

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

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

.diverseRangeHead {
    max-width: 709px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
}
.diverseRangeHead h2{
    color: #004B3D;
    text-align: center;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.187%;
    text-align: center;
}
.diverseRangeHead p{
    color: #3F3F3F;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.7%;
}
.diverseRangeWrapper {
    margin-top: 38px;
    display: flex;
    align-items: flex-end;
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
}

.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;
}
.diverseRangeCard:hover {
    border-color: #1bcb91;
    transform: scale(1.05) !important;
}
.diverseRangeCardImg{
    display: flex;
    column-gap: 10px;
    margin-bottom: 12px;
    align-items: center;
}
.diverseRangeCardImg img{
    width: 32px;
    height: 32px;
    display: block;
}
.diverseRangeCardImg p{
    color: #004B3D;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.diverseRangeCardText span{
    color: #004B3D;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.mobOnly{
    display: none;
}
@media (max-width:767px) {

   .customWritingBanner {
    padding-top: 80px;
    padding-bottom: 40px;
   }
   h1{
    font-size: 34px;
    text-align: center;
    padding-bottom: 30px;
   }
.customWritingBanner p {
    font-size: 16px;
    text-align: center;
}
.rangeOfPapers {
    padding: 100px 0 32px;
}
.rangeOfPapersWrapper h2 {
    font-size: 28px;
}
.rangeOfPapersWrapper .subHead {
    text-align: center;
    font-size: 14px;
    max-width: 100%;
}
 .secHead {
    margin-top: 42px;
    flex-direction: column;
    row-gap: 15px;
}
.servicesBox {
    margin-top: 28px;
}
.proficientWriter ,.homeWorkAssignment{
    background-image: url(../images/proficientWriter-mob-bg.webp);

}
.proficientLinksBox,.servicesBox {
    justify-content: flex-start;
}
.completelyQualified {
    padding: 0 0 32px;
}
.chooseThepaper {
    padding: 50px 0;
}
.chooseThepaper .secHead{
    margin-top: 0;
}
.chooseThepaperBox,.homeWorkAssignmentBox  {
    justify-content: flex-start;
}
.chooseThepaperBox .colUrls,.proficientLinksBox .colUrls {
    max-width: 100%;
    width: 100%;
}
.servicesBox a {
    font-size: 14px;
}
.proficientWriter,.homeWorkAssignment {
    padding: 50px 0;
}
.proficientWriter .secHead,.homeWorkAssignment .secHead,
.alsoOffer .secHead {
    margin-top: 0px;
}
.secHead h2, .secHead h3 {
    font-size: 18px;
}
.homeWorkAssignmentBox a {
     max-width: 100%;
}
.alsoOffer {
    padding: 32px 0 100px;
}
.diverseRangeHead {
    row-gap: 12px;
}
.diverseRangeHead h2 {
    font-size: 24px;
}
}
@media(max-width:575px){
    .mobOnly{
        display: block;
    }
    .colUrls.mob-hidden{
        display: none;
    }
    .showMoreBtn {
        max-width: max-content;
        margin-left: auto;
    }

    .showMoreBtn button {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120.187%;
        background-color: transparent;
        border: none;
    }
    .showMoreBtn button {
        color: #02bb83;
    }
    .servicesBox .showMoreBtn button {
        color: #fff;
    }
}