.logos{
    max-height: 60px;
}

:root{
--prime: #233E7F !important;

--second: #1D92D0 !important;
}

.card{
    background: #21428f !important;
}

.card p{
    color: #fff !important;
}

.card h2{
    color: #fff !important;
}

.card:hover{
    background: #1d92d0 !important;
}

.card:hover h2{
    color: #21428f !important;
}

.card-img-top{
    margin-bottom: 30px;
}