









.boxes-200c .text a {
    color: var(--g-accent-color);
    transition: all 0.5s ease;
}
.boxes-200c .text a:hover {
    color: currentColor;
}