.customSec.essayWriterWrapper {
    width: 100%;
    max-width: calc(100% - 288px);
    margin-left: auto;
    padding: 100px 0;
}
.howtoDiv{
    background: unset;
}

.essayWriterWrapper.bg-white{
    background-color: #fff;
}
.normalContentWrapper {
    padding: 100px 0;
}
section.whoSec.wrapperRight {
    width: calc(100% - 288px);
    margin-left: auto;
}
#about-sec .container, .customSec.essayWriterWrapper .container {
    max-width: 942px;
    margin: 0 auto;
    padding: 0 15px;
}
.essayWriterWrapper h2, .trustSec h3, .faqSec h3, .faqSec h2 {
    color: #0F172A;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.customSec h2 + p {
    padding-top: 12px;
}
.contentSec p {
    color: #64748B;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}
.customModesListWrapper.default {
    justify-content: space-between;
}
.customModesListWrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 80px;
}
.modesSide .singleMode:first-child {
    margin-top: 0;
}
.singleMode {
    padding-left: 43px;
    position: relative;
    margin-top: 36px;
}
.reviewPara{
    text-align: center;
}
.singleMode::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../webp/modes-check-mark-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.singleMode .modeName {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 120.187%;
    text-align: left;
}
.singleMode .modeDesc {
    font-size: 14px;
    padding-top: 8px;
    max-width: 342px;
    text-align: left;
    min-height: 71px;
}
.toolsSec {
        padding: 80px 0 90px;
    }

    .toolsSec.essayWriterWrapper .container {
        max-width: 942px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .toolsSec.essayWriterWrapper h2 {
        color: #0F172A;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .toolsSec.essayWriterWrapper p.content-btn {
        color: #0F172A;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        padding-top: 1px;
        margin: 0;
    }

    .toolsSec p {
        padding-top: 12px;
        max-width: 729px;
        margin: 0 auto;
        color: #64748B;
        text-align: center;
        font-size: 16px;
        line-height: 150%;
    }

    .toolsBtnsWrapper {
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .toolsSec .lazyImgWrapper {
        height: 331px;
        width: 436px;
    }

    .lazyImgWrapper {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(106, 106, 106, 0.25);
        width: 426px;
        height: 241px;
        overflow: hidden;
    }

    .lazyImgWrapper img {
        max-width: 426px;
        width: 100%;
    }

    .toolsSec .lazyImgWrapper img {
        max-width: 436px;
        height: 331px;
    }

    .toolsBtnOuter {
        padding: 1px;
        border-radius: 100px;
        display: flex;
        max-width: max-content;
        background: #E2E8F0;
    }

    .toolsBtnOuter.active,
    .toolsBtnOuter:hover {
        background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    }

    .toolsBtnOuter:hover a {
        color: #0F172A;
    }

    .toolsBtnOuter.active a {
        color: #0F172A;
        background: #f2fffb;
    }

    .toolsBtnOuter a {
        padding: 14px 15px;
        color: #64748B;
        background: #fff;
        text-align: center;
        font-size: 15px;
        line-height: normal;
        border-radius: 100px;
        font-weight: 400;
    }

    .toolsSec .flexWrapper {
        margin-top: 93px;
    }

    .flexWrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .flexContent {
        max-width: 446px;
    }

    .flexContent .smallHead {
        color: #05ADA3;
        font-size: 14px;
        font-weight: 600;
        line-height: 150%;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
    }

    .flexContent .bigHead {
        color: #0F172A;
        font-size: 20px;
        font-weight: 400;
        padding: 15px 0 14px;
        text-align: left;
        line-height: normal;
    }

    .flexContent p.flexDesc {
        padding: 0;
        text-align: left;
        padding-top: 16px;
    }

    .flexContent p.flexDesc a {
        color: #05ADA3;
    }

    .flexContent p.flexDesc a:hover {
        text-decoration: underline;
    }

   

@media (max-width: 1199px) {
    .customModesListWrapper {
        flex-wrap: wrap;
        gap: 36px;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .customSec.essayWriterWrapper {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .customSec {
        padding: 50px 0;
    }
    .essayWriterWrapper h2 {
        font-size: 22px;
    }
    .contentSec p {
        font-size: 15px;
    }
    .customModesListWrapper {
        margin-top: 50px;
    }
    .toolsSec.essayWriterWrapper h2 {
            font-size: 22px;
        }

        .toolsSec p {
            font-size: 15px;
        }

        .toolsBtnsWrapper {
            justify-content: start;
        }

        .toolsSec .flexWrapper {
            margin-top: 50px;
        }

        .toolsSec .lazyImgWrapper {
            display: none;
        }

        .flexContent .bigHead {
            font-size: 18px;
        }
}