.aml-heading-row .white_btn {
    height: 45px !important;
}

.white_btn:hover {
            box-shadow: -4px 4px #0A1737 !important;
            transform: translateY(-5px) !important;
        }

        .aml-screening-wrapper {
            background: #f5f7fa;
            padding: 100px 0;
        }

        /* Heading */
        .aml-heading-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .aml-heading-row h2 {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 6px;
            color: #0D152D;
        }

        .aml-heading-row p {
            font-size: 16px;
            color: #575F70;
            margin: 0;
        }

        .aml-demo-btn {
            background: #2f6df6;
            color: #fff;
            padding: 10px 20px;
            border-radius: 6px;
            text-decoration: none;
        }

        /* GRID */
        .aml-card-grid {
            display: grid;
            grid-template-columns: 480px 1fr 1fr;
            grid-template-rows: auto auto;
            background: #fff;
            border-radius: 16px;
            border: 1px solid #e5e7eb;
            overflow: hidden;
        }

        /* LEFT IMAGE */
        .aml-left-image {
            grid-row: span 2;
            background: linear-gradient(135deg, #e8e4ff, #dcd6ff);
            display: flex;
            border-right: 1px solid #e5e7eb;
        }

        .aml-left-image img {
            width: 100%;
            height: auto;
        }

        /* CARDS */
        .aml-card {
            padding: 40px;
        }

        .top-left {
            border-right: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
        }

        .top-right {
            border-bottom: 1px solid #e5e7eb;
        }

        .bottom-card {
            grid-column: 2 / span 2;
        }

        /* ICON ON TOP */
        .icon-wrap {
            margin-bottom: 15px;
        }

        .icon-wrap img {
            width: 36px;
            height: 36px;
        }

        .aml-card h5 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #0D152D;
        }

        .aml-card p {
            font-size: 16px;
            color: #575F70;
            margin: 0;
        }

        /* RESPONSIVE */
        @media (max-width: 1200px) {
            .aml-card-grid {
                grid-template-columns: 1fr;
            }

            .aml-left-image {
                grid-row: auto;
                border-right: none;
                border-bottom: 1px solid #e5e7eb;
            }

            .bottom-card {
                grid-column: auto;
            }

            
        }

        @media (max-width: 768px) {
            .aml-heading-row {
                display: block;
                padding: 10px;
            }
        }

        /* ===============================
                               MOBILE RESPONSIVE (<= 768px)
                            ================================= */

        @media (max-width: 768px) {
 .top-left {
            border-bottom: 1px solid #e5e7eb;
        }

            .aml-screening-wrapper {
                padding: 50px 10px;
            }

            /* Heading */
            .aml-heading-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
                margin-bottom: 25px;
            }

            .aml-heading-row h2 {
                font-size: 24px;
                line-height: 30px;
            }

            .aml-heading-row p {
                font-size: 16px;
            }

            .aml-demo-btn {
                width: 100%;
                text-align: center;
            }

            /* Grid becomes single column */
            .aml-card-grid {
                display: block;
                border-radius: 14px;
            }


            /* Add spacing between sections */
            .aml-left-image {
                border-bottom: 1px solid #e5e7eb !important;
            }

            .aml-left-image img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

            .aml-card {
                padding: 25px;
                border-bottom: 1px solid #e5e7eb;
            }

            .aml-card:last-child {
                border-bottom: none;
            }

            /* Icon */
            .icon-wrap img {
                width: 32px;
                height: 32px;
            }

            .aml-card h5 {
                font-size: 16px;
            }

            .aml-card p {
                font-size: 13px;
                line-height: 20px;
            }
        }

   @media (min-width: 768px) and (max-width: 1024px) {

            .aml-heading-row {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .aml-heading-row>div {
                width: 100%;
            }

            .aml-heading-row h2 {
                text-align: center;
            }

            .aml-heading-row p {
                text-align: center;
                margin-bottom: 25px;
            }

            .aml-heading-row .white_btn {
                margin-top: 10px;
            }

            .aml-screening-wrapper {
                background: #f5f7fa;
                padding: 60px 40px;
            }

            .icon-wrap {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 768px) {
            .aml-screening-wrapper {
                padding: 60px 16px;
            }

            .aml-heading-row p {
                text-align: center;
                margin-bottom: 30px;
            }

            .aml-heading-row {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .aml-heading-row>div {
                width: 100%;
            }

            .aml-heading-row h2 {
                text-align: center;
                margin-bottom: 10px;
            }

            .aml-heading-row p {
                text-align: center;
            }

            .aml-heading-row .white_btn {
                display: inline-block;
                margin: 0 auto;
            }
        }