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

p a {
    color: #3F3F3F;
    text-decoration-line: underline;
    text-underline-offset: 3.5px;
}
p a:hover {
    color: #05ADA3;
}

.flexThis{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bannerSec {
    padding: 100px 0 50px;
    text-align: center;
}

.bannerSec h1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    /* 38.46px */
    max-width: 641px;
    margin: 0 auto;
}

.bannerSec p {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    line-height: 155.187%;
    /* 21.726px */
    max-width: 804px;
    margin: 12px auto 0;
}

.tocSec {
    padding: 20px 0;
    position: sticky;
    top: 79px;
    z-index: 5;
    background: #fff;
}

.tocWrapper {
    justify-content: center;
    gap: 15px;
}

.tocWrapper a {
    padding: 14px 0;
    max-width: 155px;
    width: 100%;
    color: #05ADA3;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    border-radius: 100px;
    background: #EBF6F5;
}

.tocWrapper a.active {
    background: #05ADA3;
    color: #fff;
}

.everydaySec {
    padding: 22px 0;
}

.everydayWrapper {
    padding: 70px 0;
    background: #FAFAFA;
    position: relative;
}

.everydayWrapper::before,
.everydayWrapper::after {
    position: absolute;
    content: '';
    width: 252px;
    height: 250px;
}

.everydayWrapper::before {
    background: url(../svg/everyday-grid.svg);
    background-size: contain;
    top: 0;
    right: 0;
}

.everydayWrapper::after {
    background: url(../svg/everyday-grid.svg);
    background-size: contain;
    left: 0;
    bottom: 0;
    transform: scaleX(-1) scaleY(-1);
}


.everydayWrapper .topText {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 120.187%;
    max-width: 582px;
    margin: 0 auto;
}

.everydayWrapper .botText {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    line-height: 155.187%;
    /* 21.726px */
    max-width: 792px;
    margin: 21px auto 0;
}

.definitionSec {
    padding: 78px 0 120px;
}

.definitionSec h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    /* 38.46px */
}

.definitionSec p {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    line-height: 155.187%;
    /* 21.726px */
}
.definitionSec p.exampleHead {
    margin-top: 70px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.definitionDesc {
    margin: 40px 0 22px;
}

.definitionSec .definitionQuote {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 120.187%;
    background: #e6f7f6;
    max-width: max-content;
    margin: 0 auto;
}

.quoteNext {
    margin: 22px auto 6px;
    max-width: 804px;
}

.definCompareWrapper {
    padding: 31.5px 0 54.5px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    position: relative;
}

.definCompareWrapper::before {
    position: absolute;
    content: '';
    width: 218px;
    height: 404px;
    background: url(../svg/vector-center-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-34%, -50%);
}

.originalDefin {
    padding: 85.5px 148.15px 34.5px 37px;
    background: url(../svg/original-green.svg);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.originalDefin p {
    color: #FFF;
    font-size: 14px;
    line-height: 155.187%;
    max-width: 441px;
    text-align: left;
}

.originalDefin::before {
    position: absolute;
    content: 'ORIGINAL';
    padding: 5px 35px 4px 36px;
    width: 86px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 155.187%;
    /* 27.934px */
    text-transform: uppercase;
    background: url(../svg/original-green-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 38.5px;
    left: -12px;
    z-index: 2;
}

.paraphraseDefin {
    padding: 85.5px 37px 50.5px 146px;
    margin: 39px 0 0 -165px;
    background: url(../svg/paraphrase-green.svg);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.paraphraseDefin span {
    position: absolute;
    display: flex;
    top: 10.5px;
    right: 10px;
}

.paraphraseDefin p {
    color: #05ADA3;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    line-height: 155.187%;
    max-width: 372px;
}

.paraphraseDefin::before {
    position: absolute;
    content: 'PARAPHRASE';
    width: 121px;
    padding: 5px 13px 4px 33px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 155.187%;
    /* 27.934px */
    text-transform: uppercase;
    background: url(../svg/paraphrase-green-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 38.5px;
    z-index: 2;
    right: -13px;
    text-align: right;
}
.paraphraseDefin.beforContent::before{
    position: absolute;
    content: 'REWRITTEN';
}
.importanceBanner {
    padding: 65px 0;
    background: rgba(244, 250, 249, 0.88);
}

.importanceBannerWrapper {
    align-items: start;
}

.importanceBannerWrapper h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    max-width: 339px;
    padding-left: 14px;
    border-left: 3px solid #05ADA3;
}

.bannerContent {
    flex-direction: column;
    gap: 14px;
    align-items: start;
}

.bannerContent p {
    color: #3F3F3F;
    font-size: 14px;
    line-height: 155.187%;
    max-width: 779px;
}

.importanceSec h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 120.187%;
    margin: 100px 0;
}

.vsQuotation {
    max-width: 1076px;
    margin: 0 auto;
    border-radius: 126px;
    border: 1px solid #F3F3F3;
    background: linear-gradient(180deg, #FBFBFB 0%, rgba(241, 241, 241, 0.45) 100%);
    position: relative;
}

.directQuotation {
    padding: 41px 104px 41px 285px;
}

.directQuotation::before {
    position: absolute;
    content: '';
    width: 250px;
    height: 198px;
    background: url(../svg/direct-quote.svg);
    background-size: contain;
    left: 106px;
    top: -59px;
}

.summarizeQuotation::before {
    position: absolute;
    content: '';
    width: 250px;
    height: 198px;
    background: url(../svg/summarize-quote.svg);
    background-size: contain;
    right: 106px;
    bottom: -59px;
}

.quoteName {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 120.187%;
    margin-bottom: 8px;
}

.quoteDesc {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 150%;
}

.summarizeQuotation {
    padding: 53px 285px 53px 104px;
    text-align: right;
    margin: 42px 0 91px;
}

.importanceBot {
    color: #3F3F3F;
    text-align: center;
    font-size: 16px;
    line-height: 155.187%;
    max-width: 1076px;
    margin: 0 auto;
}

.comparisonWrapper {
    max-width: 1043px;
    margin: 100px auto 120px;
}

.comparisonHead {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 155.187%;
}

p.comparisonDescBtm {
    font-size: 16px;
    color: #3F3F3F;
    text-align: center;
    margin-top: 30px;
    line-height: 155.187%;
}

.comparisonWrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.comparisonWrapper table tr>* {
    width: 299px;
}

.comparisonWrapper table tr {
    display: flex;
}

.comparisonWrapper table th:first-child,
.comparisonWrapper table td:first-child {
    width: 149px;
}

.comparisonWrapper table th {
    padding: 17px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 155.187%;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    border-bottom: none;
}

.comparisonWrapper table th:first-child {
    border: none;
}

.comparisonWrapper table th:nth-child(2) {
    border-radius: 8px 0px 0px 0px;
    background: linear-gradient(90deg, #212926 0%, #2A453F 100%), #05ADA3;
    display: block;
    border-left: none;
}

.comparisonWrapper table th:nth-child(3) {
    background: linear-gradient(116deg, #2A554B 0%, #00756E 100%);
}

.comparisonWrapper table th:nth-child(4) {
    border-radius: 0px 8px 0px 0px;
    background: linear-gradient(116deg, #00857D 10.42%, #05A89E 100%), #03A198;
}

.comparisonWrapper table td {
    color: #3F3F3F;
    font-size: 14px;
    line-height: 155.187%;
    border: 1px solid #D9D9D9;
    padding: 14px 16px 14px 19px;
}

.comparisonWrapper table td:first-child {
    padding: 14px 18px;
    background: #F8F8F8;
}

.comparisonWrapper table td:nth-child(2) {
    background: rgba(41, 67, 60, 0.09);
}

.comparisonWrapper table td:nth-child(3) {
    background: rgba(19, 102, 94, 0.07);
}

.comparisonWrapper table td:last-child {
    background: rgba(4, 161, 151, 0.05);
}

.comparisonWrapper table tr:nth-child(2) td:first-child {
    border-radius: 8px 0px 0px 0;
}

.comparisonWrapper table tr:last-child td:first-child {
    border-radius: 0 0px 0px 8px;
}

.comparisonWrapper table tr:last-child td:last-child {
    border-radius: 0 0px 8px 0px;
}

.comparisonWrapper table td:nth-child(n+2) {
    border-left: none;
}

.comparisonWrapper table tr:nth-child(n+3) td {
    border-top: none;
}

.originalDefin span {
    display: flex;
    position: absolute;
    left: 10px;
    top: 10.5px;
}

.paraphraseDefin .paraQuote {
    position: absolute;
    top: 30.5px;
    left: 77px;
    right: unset;
}

.whySec {
    padding: 70px 0;
    background: #FBFBFB;
}

.whySec h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
}

.whyDesc {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    line-height: 155.187%;
    max-width: 688px;
    margin: 10px auto 40px;
}
p.whyDescBtm {
    text-align: center;
    margin-top: 30px;
    line-height: 155.187%;
}

.singleReason {
    border-radius: 6px;
    border: 1px solid #D4EFED;
}

.singleReason .imgWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(177, 227, 225, 0.21);
    height: 134px;
    border: none;
    border-radius: 0;
    width: 83px;
    border-right: 1px solid #D4EFED;
}

.reasonContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 486px;
    padding: 0 20px;
}

.reasonContent p:first-child {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 120.187%;
}

.reasonContent p:last-child {
    color: #3F3F3F;
    font-size: 13px;
    line-height: 150%;
}

.reasonsWrapper {
    row-gap: 30px;
}

.howtoSec {
    padding: 120px 0;
}

.howtoSec h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
}

.howtoSec .howtoDesc {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    line-height: 155.187%;
    max-width: 790px;
    margin: 10px auto 50px;
}
.howtoSec .howtoDescBtm {
    text-align: center;
    margin: 30px;
    line-height: 155.187%;
}

.singleStep {
    padding: 9px;
    background: linear-gradient(180deg, #FBFBFB 0%, rgba(241, 241, 241, 0.45) 100%), linear-gradient(180deg, #FBFBFB 0%, rgba(241, 241, 241, 0.45) 100%);
    border-radius: 126px;
    max-width: 745px;
}

.stepContent {
    padding: 18px;
    border: 1px solid #f4f4f4;
    border-radius: 126px;
    gap: 20px;
}

.stepImg {
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.singleStep:first-child .stepImg {
    background: linear-gradient(180deg, #05ADA3 0%, #04746D 100%);
}
.singleStep:nth-child(2) .stepImg {
    background: linear-gradient(180deg, #00746D 0%, #035954 125.21%);
}
.singleStep:nth-child(3) .stepImg {
    background: linear-gradient(180deg, #205C53 0%, #16453E 126.45%);
}
.singleStep:nth-child(4) .stepImg {
    background: linear-gradient(180deg, #306D5F 0%, #2A443E 123.97%);
}

.stepContentCon {
    max-width: 544px;
}

.stepContentCon p {
    color: #3F3F3F;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.stepContentCon .stepNum {
    color: #05ADA3;
    font-size: 13px;
    font-weight: 500;
    line-height: 120.187%;
}

.stepContentCon .stepName {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 120.187%;
    margin: 5px 0 16px;
}

.singleStep:nth-child(2n) {
    margin: 27px 0 27px auto;
}

.stepsWrapper {
    max-width: 913px;
    margin: 0 auto;
}

.howtoBot {
    color: #3F3F3F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 155.187%;
    margin: 40px 0 100px;
}

.tipsHead {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 155.187%;
}

.tipsWrapper {
    max-width: 850px;
    border-radius: 20px;
    margin: 39px auto 0;
    overflow: hidden;
}

.singleTip {
    padding: 0 30px;
    background: #07A79D;
    width: 50%;
    position: relative;
    height: 265px;
    display: flex;
    align-items: center;
    position: relative;
}

.singleTip p {
    color: #FFF;
    font-size: 13px;
    line-height: 150%;
    position: relative;
    z-index: 2;
}

.singleTip .tipName {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120.187%;
    margin: 22px 0 8px;
}

.singleTip:nth-child(2) {
    background: #00746D;
}

.singleTip:nth-child(3) {
    background: #2A443E;
}

.singleTip:nth-child(4) {
    background: #205C53;
}

.singleTip::before {
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    background: inherit;
    border-radius: 6px;
    z-index: 1;
}

.singleTip:first-child::before {
    right: 4px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.singleTip:nth-child(2)::before {
    bottom: -30px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.singleTip:nth-child(3)::before {
    top: 0;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.singleTip:nth-child(4)::before {
    left: -30px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.typesSec h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    /* 38.46px */
}

.typesDesc {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    line-height: 155.187%;
    /* 21.726px */
    margin: 10px auto 50px;
    max-width: 804px;
}

p.typesDescBtm {
    text-align: center;
    padding: 30px 30px 30px;
    line-height: 155.187%;
}

.typeName {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    padding: 10px 0 10px 14px;
    border-left: 3px solid #05ADA3;
}

.singleType {
    padding: 36px 0;
    background: rgba(244, 250, 249, 0.88);
}

.singleTypeDesc {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 155.187%;
    max-width: 639px;
    margin-top: 40px;
}

.typeExample {
    max-width: 222px;
    color: #3F3F3F;
    text-align: center;
    font-size: 13px;
    line-height: 150%;
}

.compareSingle {
    width: 271px;
    height: 264px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.typeHead {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 120.187%;
    /* 19.23px */
    text-transform: uppercase;
}

.changedType .typeHead {
    color: #05ADA3;
}

.originalType {
    background: url(../svg/original-type.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.changedType {
    background: url(../svg/changed-type.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 150px 0 0 -60px;
}

.typeComparison {
    align-items: start;
}

.reverse .singleTypeWrapper {
    flex-direction: row-reverse;
}

.singleType.reverse {
    background: transparent;
    padding: 70px 0;
}

.noPlagSec {
    padding: 118px 0 120px;
}

.noPlagSec h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
}

.noPlagDesc {
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    line-height: 155.187%;
    max-width: 790px;
    margin: 10px auto 40px;
}

.singleAvoid {
    position: relative;
    padding: 35px 0 0;
    border-radius: 10px;
    background: rgba(255, 176, 179, 0.16);
    max-width: 576px;
}

.avoidInfo {
    padding: 0 20px;
}

.avoidName {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 120.187%;
    border-left: 3px solid #E50C0C;
    padding: 5px 0 5px 12px;
}

.avoidDesc {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 155.187%;
    margin: 18px 0 55px;
}

.avoidWarningWrapper {
    padding: 25px 69px 45px;
    border-radius: 10px;
    background: #FFB0B3;
    text-align: center;
}

.warningHead {
    color: #452323;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 120.187%;
    margin: 22px 0 8px;
}

.warningDesc {
    color: #593E3E;
    text-align: center;
    font-size: 13px;
    line-height: 150%;
}

.avoidWrapper {
    row-gap: 18px;
}

.concSec {
    padding: 46px 0;
    background: rgba(244, 250, 249, 0.88);
}

.concWrapper {
    align-items: start;
}

.concWrapper .concHead {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 120.187%;
    padding: 9px 0 9px 14px;
    border-left: 3px solid #05ADA3;
}

.concContent {
    max-width: 878px;
}

.concContent p {
    color: #3F3F3F;
    font-size: 14px;
    line-height: 155.187%;
    margin-top: 14px
}

.concContent p a{
    color: #3F3F3F;
font-size: 13px;
line-height: 155.187%;
text-decoration-line: underline;
}
.concContent p a:hover{
    color: #05ADA3;
}
.concContent p:first-child {
    margin-top: 0;
}

.typesSec {
    padding-top: 70px;
    background: #FBFBFB;
}
.avoidWarningWrapper img{
        width: 48px;
        height: 48px;
}

@media (max-width:1199px) {
    .tocWrapper a {
        max-width: 145px;
    }

    .comparisonTableWrapper {
        width: 100%;
        overflow-x: auto;
    }

    .reasonsWrapper {
        justify-content: center;
    }

    .singleTypeWrapper {
        justify-content: center;
        gap: 30px;
    }

    .avoidWrapper {
        justify-content: center;
    }

    .concWrapper {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    p.comparisonDescBtm{
        font-size: 13px;
    }
    p.whyDescBtm{
        font-size: 13px;
    }
    .howtoSec .howtoDescBtm{
        font-size: 13px;
    }
    p.typesDescBtm{
        font-size: 13px;
    }
    .singleFunction.flexThis{
        flex-wrap: nowrap;
    }
    .bannerSec {
        padding: 80px 0 50px;
    }

    .bannerSec h1 {
        font-size: 28px;
    }

    .bannerSec p {
        font-size: 13px;
    }

    .tocSec {
        padding: 0;
        top: 53px;
    }

    .tocWrapper a {
        padding: 10px 0;
        font-size: 13px;
        min-width: 111px;
    }

    .tocWrapper {
        flex-wrap: nowrap;
        justify-content: start;
        overflow-x: auto;
        padding: 14px 0;
    }

    .everydaySec {
        padding: 18px 0;
    }

    .everydayWrapper {
        padding: 46px 16px;
    }

    .everydayWrapper .topText {
        font-size: 18px;
        position: relative;
    }

    .everydayWrapper .botText {
        font-size: 13px;
        position: relative;
    }

    .everydayWrapper::before,
    .everydayWrapper::after {
        width: 134px;
        height: 134px;
    }

    .definitionSec {
        padding: 72px 0 60px;
    }

    .definitionSec h2 {
        font-size: 28px;
    }

    .definitionDesc {
        margin: 42px 0 20px;
        font-size: 13px;
    }

    .definitionSec .definitionQuote {
        font-size: 18px;
    }

    .definitionSec p {
        font-size: 13px;
    }
    .definitionSec p.exampleHead {
        margin-top: 30px;
        font-size: 13px;
    }
    .quoteName{
        font-size: 18px;
    }
    .quoteDesc{
        font-size: 14px;
    }

    .quoteNext {
        margin: 20px auto 6px;
    }

    .dsktpOnly {
        display: none !important;
    }

    .originalDefin {
        padding: 42px 45px 23px 9px;
        background: url(../svg/original-green-mob.svg);
        background-repeat: no-repeat;
    }

    .originalDefin p {
        max-width: 143px;
        font-size: 8px;
    }

    .definCompareWrapper {
        padding: 0;
        margin-top: 42px;
    }

    .originalDefin::before {
        padding: 2px 18px 2px 9px;
        font-size: 8px;
        top: 19px;
        left: -4px;
    }

    .paraphraseDefin {
        padding: 42px 10px 28px 53px;
        margin: 12px 0 0 -50px;
        background: url(../svg/paraphrase-green-mob.svg);
    }

    .paraphraseDefin p {
        font-size: 10px;
        max-width: 113px;
    }

    .definCompareWrapper::before {
        width: 63px;
        height: 303px;
        background: url(../svg/vector-center-line-mob.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(-35%, -50%);
    }

    .paraphraseDefin::before {
        padding: 2px 8px 2px 13px;
        font-size: 8px;
        top: 19px;
        right: -4px;
        background-position: right;
    }

    .paraphraseDefin .paraQuote {
        display: none;
    }

    .importanceBannerWrapper h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .bannerContent p {
        font-size: 13px;
    }

    .importanceSec h3 {
        margin: 70px 0 54px;
        font-size: 20px;
    }

    .directQuotation {
        padding: 65px 22px 24px;
    }

    .vsQuotation {
        border-radius: 36px;
        border: 1px solid #F3F3F3;
        background: linear-gradient(180deg, #FBFBFB 52.08%, rgba(241, 241, 241, 0.45) 100%);
    }

    .summarizeQuotation {
        padding: 54px 22px 67px;
        margin: 14px 0 54px;
    }

    .directQuotation::before {
        width: 95px;
        height: 75px;
        left: 22px;
        top: -22px;
    }

    .summarizeQuotation::before {
        width: 95px;
        height: 75px;
        right: 22px;
        bottom: -22px;
    }

    .importanceBot {
        font-size: 13px;
    }

    .comparisonWrapper {
        margin: 70px 0 60px;
    }

    .comparisonHead {
        font-size: 20px;
        max-width: 294px;
        margin: 0 auto;
    }

    .comparisonWrapper table {
        margin-top: 32px;
    }

    .whySec h2 {
        font-size: 28px;
    }

    .whySec {
        padding: 60px 0;
    }

    .whyDesc {
        font-size: 13px;
        margin: 10px auto 30px;
    }

    .singleReason .imgWrapper {
        height: 190px;
    }

    .reasonContent {
        max-width: 245px;
        padding: 12px;
    }

    .reasonContent p:first-child {
        font-size: 14px;
    }

    .reasonsWrapper {
        row-gap: 14px;
    }

    .howtoSec {
        padding: 60px 0;
    }

    .howtoSec h2 {
        font-size: 28px;
    }

    .howtoSec .howtoDesc {
        font-size: 13px;
        margin: 10px auto 32px;
    }

    .stepImg {
        width: 53px;
        height: 53px;
    }

    .stepImg svg {
        width: 26px;
        height: 26px;
    }

    .singleStep {
        padding: 4px;
        border-radius: 39px;
    }

    .stepContent {
        padding: 10px 9px;
        border-radius: 39px;
        gap: 7px;
        align-items: start;
    }

    .stepContentCon {
        max-width: 242px;
    }

    .stepContentCon .stepNum {
        font-size: 12px;
    }

    .stepContentCon .stepName {
        font-size: 15px;
        margin: 3px 0 12px;
    }

    .howtoBot {
        margin: 26px 0 70px;
        font-size: 13px;
    }

    .tipsWrapper {
        margin-top: 32px;
    }

    .tipsHead {
        font-size: 20px;
    }

    .singleTip {
        padding: 30px 20px;
        width: 100%;
        height: unset;
    }

    .singleTip .tipName {
        margin: 20px 0 8px;
    }

    .singleTip:first-child::before,
    .singleTip:nth-child(2)::before,
    .singleTip:nth-child(3)::before {
        right: unset;
        top: unset;
        left: 50%;
        bottom: -30px;
        transform: rotate(45deg) translateX(-50%);
    }

    .singleTip:nth-child(4)::before {
        display: none;
    }

    .typesSec{
        padding-top: 60px;
    }
    .typesSec h2{
        font-size: 28px;
    }
    .typesDesc{
        font-size: 13px;
        margin: 10px auto 30px;
    }
    .typeName{
        font-size: 24px;
        padding: 3px 0 3px 10px;
    }
    .singleTypeDesc{
        font-size: 13px;
        margin-top: 26px;
    }
    .compareSingle{
        width: 190px;
        height: 203px;
    }
    .typeExample{
        max-width: 157px;
        font-size: 12px;
    }
    .originalType{
        background-position: bottom;
    }
    .typeHead{
        font-size: 13px;
    }
    .compareSingle{
        gap: 6px;
    }
    .changedType{
        background-position: bottom;
        margin: 130px 0 0 -60px;
    }
    .noPlagSec{
        padding: 70px 0;
    }
    .noPlagSec h2{
        font-size: 28px;
    }
    .noPlagDesc{
        margin: 10px auto 32px;
        font-size: 13px;
    }
    .singleAvoid{
        padding: 28px 0 0;
    }
    .avoidInfo {
        padding: 0 17px;
    }
    .avoidName{
        font-size: 16px;
        padding: 3px 0 3px 12px;
    }
    .avoidDesc{
        font-size: 14px;
        margin: 18px 0 28px;
    }
    .avoidWarningWrapper{
        padding: 18px 15px;
    }
    .avoidWarningWrapper img{
        width: 40px;
        height: 40px;
    }
    .warningHead{
        font-size: 14px;
        margin: 16px 0 8px;
    }
    .concSec{
        padding: 40px 0;
    }
    .concWrapper .concHead{
        font-size: 28px;
        padding: 0px 0 0px 14px;
    }
    .concContent p{
        font-size: 13px;
    }
}