/*  #26a22b */
.card::-webkit-scrollbar {
    display: none;
}

.cw {
    color: white;
}

.h {
    -webkit-text-stroke: 2px  #26a22b;
}

.jh {
    -webkit-text-stroke: 1px  #26a22b;
}

.c {
    color:  #26a22b;
}

.t {
    -webkit-text-stroke: 1.5px  #26a22b;
}

.t1 {
    -webkit-text-stroke: 1.5px white;
}

.cb {
    color: black;
}

.ul {
    border-bottom: 2px solid white;
}

.bg {
    background-color:  #68916a;
}

.bgb {
    background-color: black;
}

.bgw {
    background-color: white;
}

.do {
    -webkit-text-stroke: 0.5px  #26a22b;
}

.bd {
    border: 3px solid  #26a22b;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    border-bottom: 2px solid  #26a22b;
    text-align: center;
    padding: 8px;
}

#th {
    color: black;
    background-color:  #26a22b;
}

/* @media (min-width: 576px) {

    .header-text h2 {
        font-size: 28px;
       
    }
}

@media (max-width: 375px) {

    .header-text h2 {
        font-size: 14px;
       
    }

}@media (min-width:497px) and (max-width:375) {
    .welcome-hero{ background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
    }
    .header-text h2{
     font-size: 8px;
    }
 } */