body {
            background: #f8f9fa;
        }

        .section {
            padding: 60px 0;
        }

        .section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }

        .dgt-img {
            max-height: 60px;
            margin-left: 10px;
        }

        .h-clmn {
            display: inline-block;
            vertical-align: middle;
        }

        .dgt-h {
            float: right;
        }

        .mw-fixed {
            max-width: 1140px;
            margin: auto;
        }

        @media (max-width: 768px) {
            .h-clmn, .dgt-h {
                display: block;
                text-align: center;
                float: none;
                margin-bottom: 10px;
            }

            .dgt-img {
                margin: 5px;
            }
        }
		.hover-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pra{
	background-color: #002147;
}
.bottom-border {
    border-bottom: 3px solid #002147;
}

.text-medium {
    font-size: 1rem;
}
.shadow-new {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text-color {
	color:#002147;
}

.card-text
{
	color:#000 !important
}
a {
    color: #002147;
    text-decoration: underline;
}