@media (max-width: 1200px) {
    :root {
        --medium-font: 1.25rem;
        --size-24: 1.125rem;
        --size-32: 1.75rem;
        --size-80: 3.125rem;
    }

    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
        line-height: 2.55rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }

    h4,
    .h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    h5,
    .h5 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    h2+p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .hero-sec .badge {
        font-size: 1.55rem;
    }

    .hero-sec .row {
        padding: 2.5rem 1rem;
    }

    .hero-sec p {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .hero-sec .icon-list img {
        top: 2px;
    }

    .audit-report-sec .Col img {
        width: 100%;
    }

    .strap-sec p,
    .strap-sec-rounded p {
        font-size: 1.25rem;
    }

    .audit-table .Col {
        padding: 1rem .75rem;
    }

    .review-sec h2:has(+p) {
        margin-bottom: .5rem;
    }

    .worth-audit-card {
        padding: 2rem 1.5rem;
        padding-right: 1rem;
    }

    .worth-audit-card h6 {
        font-size: 2.25rem;
        margin-bottom: .25rem;
    }

    .worth-audit-card p {
        font-size: 1.25rem;
    }

    .book-box .book-img {
        padding-left: 2rem;
    }

    .book-box p {
        font-size: 1.25rem;
    }

    .about-sec h3+p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .about-sec .row {
        align-items: flex-end;
    }

    .about-sec .Col img {
        padding-right: 1rem;
    }

    .scale-sec .content {
        padding: 3rem;
    }

    .question-mark-list li::after {
        width: 1.25rem;
        height: 1.25rem;
        margin-left: .25rem;
        transform: translateY(0.25rem);
    }

    .check-mark-list li::before {
        font-size: 1.15rem;
    }
}

/* END 1200PX */

@media (max-width: 992px) {
    body {
        line-height: 1.5rem;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 3.125rem;
    }

    h2,
    .h2 {
        font-size: 1.563rem;
        line-height: 2.5rem;
        margin-bottom: .5rem;
    }

    h4,
    .h4 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .hero-sec {
        padding: var(--size-80) 0;
    }

    .hero-sec .lead {
        font-size: 1.45rem;
        line-height: 2rem;
    }

    .icon-box img {
        width: 3.125rem;
        height: 3.125rem;
        object-fit: contain;
    }

    .hero-sec p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .hero-sec .icon-list p {
        padding-left: 1.75rem;
    }

    .hero-sec .icon-list p:not(:last-child) {
        margin-right: 1.5rem;
    }

    .hero-sec .icon-list p:not(:last-child)::after {
        position: absolute;
        right: -1rem;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-sec .icon-list img {
        top: 0;
        width: 1.25rem;
        height: 1.25rem;
    }

    .audit-report-sec .Col:last-child {
        padding-top: 3.5rem;
        max-width: 375px;
        margin: 0 auto;
    }

    .deliver-card {
        padding: 1rem;
    }

    .deliver-card img {
        width: 3rem;
        height: 3rem;
    }

    .deliver-card p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding-left: .75rem;
    }

    .strap-sec .bordered p {
        line-height: normal;
    }

    .strap-sec .bordered p:not(:last-child)::after {
        top: 50%;
        transform: translateY(-50%);
    }

    .get-all-audit strong {
        font-size: 1.55rem;
    }

    .web-score-sec .content {
        padding: 3rem 1rem;
    }

    .web-score-sec .list {
        text-align: center;
    }

    .audit-table .Col {
        flex: 1 0 0%;
    }

    .audit-table .Col:first-child {
        padding-left: .75rem;
    }

    .audit-table h5 {
        font-size: 1.125rem;
    }

    .audit-table p {
        font-size: var(--small-font);
    }

    .about-sec .row {
        margin-top: 1.5rem;
        align-items: flex-end;
    }

    .about-sec h3 {
        margin-bottom: .5rem;
    }

    .about-sec .Col:last-child {
        text-align: center;
    }

    .scale-sec .content {
        padding: 2rem 1.5rem;
    }

    .about-sec .Col img {
        max-width: 393px;
        padding-right: 1rem;
    }

    .who-audit-sec .row {
        padding: 0;
    }

    .hero-sec .h2 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .hero-sec .row {
        padding: 1.75rem 1rem;
        row-gap: 1.75rem;
    }

    .mx-1000 {
        width: fit-content;
    }
}

/* END 992PX */


@media (max-width: 768px) {
    :root {
        --medium-font: 1.125rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    h2,
    .h2 {
        font-size: 1.55rem;
        line-height: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    h2+p {
        font-size: 1.125rem;
        line-height: 1.55rem;
    }

    .hero-sec .badge {
        font-size: 1.25rem;
    }

    .hero-sec .row {
        padding: 2rem 0;
        margin: 1.5rem 0;
    }

    .hero-sec .lead {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .hero-sec .icon-list {
        flex-direction: column;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        align-items: flex-start;
    }

    .hero-sec .icon-list p:not(:last-child) {
        margin-right: 0;
        margin-bottom: .75rem;
    }

    .hero-sec .icon-list p:not(:last-child)::after {
        display: none;
    }

    .strap-sec p,
    .strap-sec-rounded p {
        font-size: 1.125rem;
    }

    .who-audit-sec strong {
        font-size: 1.25rem;
        margin: 1rem 0;
    }

    .who-audit-sec .row .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .about-sec h3+p {
        font-size: 1.125rem;
        line-height: 1.55rem;
    }

    .audit-report-sec .btn-view .btn {
        max-width: inherit;
        padding: .75rem 2rem;
        display: inline-block;
    }

    .audit-report-sec .btn-view {
        margin-top: var(--size-80);
    }

    .pdf-btn {
        padding: .75rem 2rem;
        max-width: fit-content;
    }

    .pdf-btn img {
        width: 25px;
        height: auto;
    }

    .review-sec .row {
        column-count: inherit;
    }

    .question-mark-list li::after {
        width: 1.125rem;
        height: 1.125rem;
        margin-left: .25rem;
        transform: translateY(0.25rem);
    }

    .check-mark-list li {
        padding-left: 2rem;
    }

    .check-mark-list li::before {
        font-size: 1rem;
    }


}

/* END 768PX */

@media (max-width: 620px) {
    :root {
        --medium-font: 1rem;
    }

    hr {
        margin: 0;
    }

    .hero-sec .row {
        row-gap: 1rem;
        padding: 1.5rem .5rem;
    }

    .hero-sec .row .col-sm-6 {
        width: 100%;
    }

    .who-audit-sec .row {
        padding: 0;
    }

    .who-audit-sec .row .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .worth-audit-sec {
        padding-bottom: var(--size-80);
    }

    .book-sec {
        padding-top: var(--size-80);
    }

    .worth-audit-sec .row {
        margin-top: var(--size-32);
    }

}

/* END 620PX */


@media (max-width: 576px) {
    :root {
        --medium-font: 0.875rem;
        --size-80: 1.875rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    h2+p {
        font-size: 1rem;
        line-height: 1.45rem;
    }

    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
        padding: 0.75rem 1.5rem;
    }

    .accordion .accordion-button {
        font-size: 1.125rem;
        padding: 0;
    }

    .accordion .accordion-body {
        padding-top: .75rem;
    }

    .hero-sec h1 br {
        display: none;
    }

    .our-audit-sec h3 {
        margin-bottom: 1.5rem;
    }

    .audit-table {
        border: 0;
    }

    .audit-table .row {
        border: 1px solid var(--dark-color);
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .audit-table .row:last-child {
        margin-bottom: 0;
    }

    .audit-table .head {
        display: none;
    }

    .audit-table p:before {
        content: "";
        display: block;
        font-weight: bold;
        font-size: 1rem;
        font-family: var(--heading-font-family);
        margin-bottom: 0;
    }

    .audit-table .Col:first-child p:before {
        content: "Feature";
    }

    .audit-table .Col:nth-child(2) p:before {
        content: "Free Online Audits";
    }

    .audit-table .Col:last-child p:before {
        content: "Our Expert Audit ($249)";
    }

    .audit-table .Col {
        width: 100%;
        flex: inherit;
        padding: 0.5rem 1rem;
    }

    .audit-table .Col:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .strap-sec p,
    .strap-sec-rounded p {
        font-size: 1rem;
    }

    .web-score-sec .content {
        padding: 1.875rem 1rem;
    }

    .audit-table .Col:first-child {
        padding-left: 1rem;
    }

    .audit-table .col::before {
        display: none;
    }

    .strap-sec .bordered {
        display: block;
    }

    .strap-sec .bordered p:not(:last-child)::after {
        top: inherit;
        transform: inherit;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 29px;
        height: 1px;
    }

    .get-all-audit strong {
        font-size: 1.125rem;
        margin: 1.25rem 0;
    }

    .worth-audit-card h6 {
        font-size: 2rem;
        margin-bottom: .25rem;
    }

    .web-score-sec .list {
        margin-bottom: 1rem;
    }

    .web-score-sec .list p {
        font-size: var(--small-font);
        margin-bottom: .5rem;
    }

    .web-score-sec .list p:last-child {
        margin-bottom: 0;
    }

    .deliver-card img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .deliver-card p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .review-sec h2,
    .review-sec h2+p {
        margin-bottom: 1rem;
    }

    .worth-audit-sec .row {
        row-gap: 1.25rem;
        margin-top: 0;
    }

    .audit-report-sec .Col:last-child {
        padding-top: 2rem;
    }

    .about-sec .row {
        margin-top: 0;
    }

    .about-sec .Col img {
        width: 100%;
        padding: 0 1rem;
    }

    .hero-sec .badge {
        font-size: 1.125rem;
        line-height: normal;
    }

    .audit-report-sec .btn-view .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pdf-btn img {
        width: 22px;
        margin-right: 5px;
    }

    .performance-slider {
        padding: 0 2.5rem;
    }

    .performance-slider .owl-nav button {
        width: var(--size-32);
        height: var(--size-32);
    }

    .performance-slider .owl-nav button span {
        width: 1.25rem;
        height: 1.25rem;
    }
}

/* END 576PX */


@media (max-width: 420px) {
    .review-card .user-info {
        display: block;
        margin-bottom: 10px;
    }

    .review-card .user-info img {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

@media (max-width: 375px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

/* END 375PX */