.logo {
    width: 150px;
    height: 70px;
}
.content__header, .alert {
    background: #002a59;
}
.product__footer img {
    max-height: 28px;
        width: 100%;
}
.card, .testimonial {
    border-top: 10px solid #ffa358;
}
.testimonial__container:before {
    background: #62afff;
}
.home__title {
    color:#002a59;
}
.home__subtitle {
    color: #115782;
}
.color4 {
    color: #fff;
}
.btn, .nav-next a, .nav-previous a, .utility-nav__container a {
    transition: border-top-right-radius 0.2s;
}
.btn:hover, .nav-next a:hover, .nav-previous a:hover, .utility-nav__container a:hover {
    border-top-right-radius: 1em;
}
.card__footer {
    flex-flow: column;
    gap: 1em;
}

.panelcardsbg {
    background: #002a59;
}