.container {
    font-family: 'Roboto' !important;
}

.my-4 h2{
    color: #357EB3 !important;
}

.card-title{
    color: #357EB3 !important;
}

.btn-custom {
    background-color: #357EB3 !important;
    color: #ffffff;
}

.btn-custom:hover{
    background-color: #ffffff !important;
    color: #357EB3 !important;
}

.card-body li a{
    color: #357EB3 !important;
}