.hero {
    margin-top: 8rem;
}

.card-body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}

.row-cols-lg-4 .col {
    display: flex;
    /* Ensure the cards inside the col fill the entire column height */
    height: 100%;
}

.why-choose-us .col {
    height:auto;
}

.why-choose-us .card {
     background-color: var(--bg-dark-blue); 
    /*background-color: transparent;*/
    color: #fff;
}


.anchor, h2 {
    color: #111;
    /*background: var(--gradient-color);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

h3 {
    color: #111!important;
}

.why-choose-us p {
    color: #fff;
    opacity: 0.5;
}

button {
    color: #111!important;
    border-color: gray;
}

button:hover {
    color: #fff!important;
}

button:active {
    color: #fff!important;
}