.c5wrapper .feature-link-home {
    border-color: var(--bs-gray-300);
    margin-bottom: 25px;
}
.c5wrapper .feature-link-home:hover {
    border-color: var(--bs-lime);
}
.c5wrapper .feature-link-home a {
    color: var(--bs-black);
    text-decoration: none;
}
.c5wrapper .feature-link-home h2,
.c5wrapper .feature-link-home h3,
.c5wrapper .feature-link-home h4,
.c5wrapper .feature-link-home h5 {
    color: var(--bs-lime);
    font-size: 28px;
}
.c5wrapper .feature-link-home p {
    color: var(--bs-gray-800);
}
.c5wrapper .feature-link-home .btn {
    width: 100%;
    text-align: center;
}