.text-p
{
    color:#42C299;
}
.text-s
{
    color:#e5f4ef;
}
.btn-p{
    background-color: #42C299;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
}
.btn-p:hover{
    background-color:#42987B;
    color: #fff;
}

.btn-outline-p{
    color: #42C299;
    border-color: #42C299;
    transition: 0.3s;
}
.btn-outline-p:hover{
    color: #fff;
    background-color: #42C299;
}
.btn-s{
    background-color: #e5f4ef;
    color: #212529;
    font-size: 15px;
    transition: 0.3s;
}
.btn-s:hover{
    background-color:#42987B;
    color: #fff;
}

body{
    font-family: 'Roboto', sans-serif;
}

a{
    color:#42C299;
    transition: 0.3s;
}
a{
    color:#42987B;
}

.faq-card{
    border: 1px solid #607d8b1c;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #42C299;
    border-color: #42C299;
}

.bg-p{
    color: white!important;
    background-color:#42C299!important;
}
.bg-s{
    background-color:#e5f4ef!important;
}


.circle-icon {
    background: #ebf8f3;
    padding: 30px;
    border-radius: 50%;
}

.icon-background {
    color: #ebf8f3;
}

a:hover {
    text-decoration: none;
    color: #10c78a;
}