
.icon-plus-template.card {
    background-color: var(--bs-info);
    border-radius: 0;
    color: white;
 }

.icon-plus-template.card svg {
    position: relative;
    margin-bottom: 1rem;
}

.icon-plus-template.card img {
    display: none;
}

.icon-plus-template.card h3,
.icon-plus-template.card .card-content p {
    color: var(--bs-light);
}
