﻿
.footer-card {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-color{
    width: 180px;
    height: 22px;
}

.footer-title {
    text-align: center;
    font-size: 34px;
    color: #0E3278;
    font-weight: 500;
    margin-top: 25px; /* Adjust spacing as needed */
}

#page-wrapper .footer-contentarea p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
}

