body{
    background-color: #94e2da;
}

.text-decoration-none{
    text-decoration: none !important;
}

.card-body{
    padding: 1rem !important;
}

.btn-custom{
    background-color: #ffe699;
}

.hr-white{
    border-top-color: rgba(255,255,255,0.5);
}

.footer-border{
    border-top: 10px solid #48a6f5;
}

.color-light-green{
    color: #8bdcd4;
}

.color-green{
    color: #0e9387;
}
.color-purple{
    color: #ff00ff;
}

.text-uppercase{
    text-transform: uppercase;
}
.ttm{
    display: none;
}
.no-btn{
    border: none;
    background:transparent;
}
.text-more{
    font-size:0.9rem;
    margin-top: 5px;
    font-weight: bold;
    color: #0b8d81;
}

.bg-green{
    background-color: #0b8d81;
}
.bg-light-green{
    background-color: #d7f5f2;
}
.no-hover{
    text-decoration: none !important;
}
.no-hover:hover{
    text-decoration: none !important;
}
.text-09{
    font-size: 0.9rem;
}
.mt-2rem{
    margin-top:2rem;
}
.mt-3rem{
    margin-top:3rem;
}

.no-list{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}



@media screen and (max-width: 576px) {
    h2 {
        font-size: 2rem;
    }
  }