﻿.card-header button {
    color: var(--ictsi-orange);
    white-space: normal;
    text-align: justify;
    text-decoration: none;
    font-weight: bold;
}

.card-header h5 :hover {
    color: var(--ictsi-orange) !important;
}

.card-body {
    padding: 30px;
}
