:root{
    --brand-primary: #1E3A8A; /* доверие */
    --brand-accent:  #D32F2F; /* Актион-акцент */
    --brand-soft:    #F3F6FF;
    --brand-text:    #111827;
}

.card-system-a360 {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: 0.05s ease-in-out;
}

.card-system-a360:hover {
    transform: scale(1.05);
    transition: transform 0.1s ease-in-out;

}

.card-img-top{
    height: 8rem;
    object-fit: contain;
}

.img-fluid{
    /* filter: invert(18%) sepia(19%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); */
    /* filter: invert(18%) sepia(90%) saturate(2462%) hue-rotate(338deg) brightness(96%) contrast(500%); */
}
/* 
.systems-link {
    margin-top: 5px;
    width: 100%;
} */