.icon-green {
    color: green !important;
}

.icon-gray {
    color: gray !important;
}

.icon-red {
    color: red !important;
}

.icon-large {
    font-size: 25px !important;
}

.color-main {
    color: #49a8e0 !important;
}

h1,h4 {
    color: var(--bs-cian) !important;
}
