.exampleTitle {
    padding: 165px 27px 70px;
    background: linear-gradient(68deg, #1276CE 1.17%, #125BB4 26.44%, #11348E 43.92%, #0E2576 59.97%, #001569 78.52%, #0B0612 96.38%);
}

.exampleTitle h1 {
    display: block;
    max-width: max-content;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    color: #FFFFFF;
}

.des-head {
    max-width: max-content;
    margin: 0;
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    padding-top: 10px;
    text-align: left;
}
.articleGroup {
    margin-top: 52px;
    position: relative;
}
.exampleSearch {
    border: 1px solid #1176CA;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    background: transparent;
    height: 37px;
    max-width: 250px;
    width: 100%;
    padding: 10px 10px 10px 33px;
    outline: none;
}
.searchIcon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.exampleSearch:hover {
    border: 1px solid #fff;
}
.exampleSearch::placeholder {
    color: #FFFFFF;
}

.exampleSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.exampleSearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.noResultFound {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    display: none;
    color: #64748B;
    padding-top: 8%;
}
.highlight {
    background-color: rgb(255 180 70);
}
.essayWriterWrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
    padding: 50px 0 70px;
    max-width: 1063px;
    margin: 0 auto;
}
.showcase-item{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 7px 16px 0px;
    background-color: #fff;
    padding: 25px 21px;
    max-width: 23.237%;
    width: 100%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
}
.showcase-item:hover{
    border-color:#1176CA;
}
.showcaseHead {
    font-size: 19px;
    font-weight: 500;
    color: #08080F;
    line-height: normal;
    margin-bottom: 9px;
}
.showcaseDesc{
    font-size: 15px;
    font-weight: 400;
    color: #08080F;
    line-height: 23px;
    margin-bottom: 22px;

}
.showcaseDesc.ellipse{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-showcase{
    color: #fff;
    background: linear-gradient(248deg, #1862FF -20.29%, #0014C8 35.84%, #0BA7FF 93.06%);
    padding: 8.5px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    border-radius: 100px;
    justify-content: center;
    max-width: 92px;
    width: 100%;
}

.btn-showcase::after {
    content: '';
    background-image: url(../../images/btn-arrow-white.webp);
    width: 11px;
    height: 11px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
}
.btn-showcase:hover{
    background: linear-gradient(85deg, #538AFF 6%, #313FC0 47.27%, #2492CF 89.32%);
}
@media( max-width:991px){
    .showcase-item {

        max-width: 31.237%;
        width: 100%;
    }
}
@media( max-width:575px){
    .exampleTitle {
        padding: 123px 27px 70px;
    }
    .essayWriterWrapper {
        column-gap: 15px;
        row-gap: 15px;
    }
    .showcase-item {
        padding: 20px 15px;
        max-width: 100%;
        width: 100%;
    }
    .cate .showcase-item {
        padding: 20px 15px;
        max-width: 47.44%;
        width: 100%;
    }
    .showcaseHead {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .showcaseDesc {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .btn-showcase {
        padding: 7.5px 0;
        font-size: 14px;
        margin-top: 5px;
        max-width: 90px;
    }
    .articleGroup {
        margin-top: 30px;
        position: relative;
    }
    .exampleTitle h1 {
        font-size: 24px;
    }
}