.Inner-pages.header .heading {
        color: var(--text-light);
    }

    .Inner-pages.content .right-content h2 {
        margin: 0 0 35px;
    }

    .content .card {
        border-radius: 8px;
        background: #D9ECEE;
        display: flex;
        flex-wrap: wrap;
        margin: 80px 0px 35px;
        max-width: 920px;
        width: 100%;
    }

    .content .card .inner-content {
        width: calc(100% - 235px);
        padding: 35px 0px 35px 35px;
    }

    .content .card .image {
        width: 200px;
        position: relative;
        height: inherit;
    }

    .content .card .image img {
        width: 250px;
        object-fit: contain;
        height: 130%;
        bottom: 0px;
        left: 0px;
        position: absolute;
    }

    .content .card h3 {
        margin-bottom: 25px !important;
        line-height: 28px;
    }

    .content .card .nav-dwn a {
        width: max-content;
        font-size: 16px;
    }


    ul.flex.review {
        justify-content: flex-start;
        list-style: none;
        align-items: stretch;
    }

    ul.flex.review .box {
        flex-direction: column;
        max-width: 260px;
        list-style-type: none;
        justify-content: flex-start;
        background: aliceblue;
        padding: 15px;
        text-align: center;
        border: solid var(--link-color) 1px;
        margin: 0px;
        border-radius: 8px;
        grid-gap: 15px;
    }

    .Inner-pages.content .right-content ul.flex.review .box::before {
        display: none;
    }

    ul.flex.review {
        justify-content: flex-start;
        list-style: none;
        align-items: stretch;
        grid-gap: 20px;
    }

    ul.flex.review .box {
        flex-direction: column;
        max-width: 260px;
        width: 100%;
        list-style-type: none;
        justify-content: flex-start;
        background: aliceblue;
        padding: 15px;
        text-align: center;
        border: solid #e0ecff 1px;
        margin: 0px;
        border-radius: 12px;
    }

    .Inner-pages.content .right-content ul.flex.review .box::before {
        display: none;
    }

    .Inner-pages.content ul.flex.review .box h2 {
        margin: 0px;
    }

    .Inner-pages.content ul.flex.review .box img {
        filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2274%) hue-rotate(209deg) brightness(104%) contrast(102%);
    }