.card{
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #1c69af;
    color: #ffffff ;
    text-align: center;
}
.card-body{
    /* margin: auto; */
}
.btn-link{
    color: #ffffff;
    text-align: center;
}
.btn-link:hover{
    color: #ffffff;
}
.card a :hover{
    color: #ffffff !important;
}
.card:hover{
    cursor: pointer;
    color: #ffffff;
}
.footer-title ul li {
    border-bottom: 0 !important;
}
.footer-widgets ul li {
    border: 0;
}
.footer-title {
    font-size: .8rem !important;
}
.footer-title ul{
    margin: 0;
}
.footer-title ul li a {
    font-size: .75rem !important;
}
.footer-widget-title{
    margin-bottom: 0;
}
.accordion{
    margin: 0;
}

.px-45{
    padding-left: 2rem;
    padding-right: 2rem;
}