html,body{
    margin: 0;
    background-color: #76a488;
    font-family: 'Rubik', sans-serif;
}
.container
{
    max-width:90%;
    margin:0 auto;
}

.card-header
{
    background-color: #76a488;
    padding: 50px 30px;
    margin: 10px;

}
.card-body
{
    padding: 50px 30px;
}
.card
{background-color: #fff;
    border: none!important;
    box-shadow: 0 0 8px -3px grey;
    border-radius: 10px;
  
    margin: 50px 10px;
}
.card img
{max-width: 100%;
margin: 0 auto;}
.padding-image
{
    padding-top:30px;
    padding-bottom: 30px;
}
.text-center
{
    text-align: center;
}
.card h2
{
    color:#000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px !important;
}
.card a
{
    color: #76a488; 
}
.card h3
{
    color:#000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px !important;
}
.card h5
{
    color:#000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px !important;
}
.card p,.card li{
    font-size: 15px;
    color: grey!important;
    margin-bottom: 10px;
}
.flex_div
{
    display: flex;
    /* align-items: flex-start; */
    align-items:center;

    justify-content: space-between;
}
.table_of_content
{
    background-color: #f2f2f2;
    padding: 10px;
    box-shadow: 0 0 8px -3px grey;
    max-width: max-content;

}
.sec_div
{
    margin-top: 40px !important;
}
.sec_div  h2
{
    background-color: #76a488;
    padding: 10px 30px;
    border-radius: 5px;
    color:#fff;
    margin-top: 20px;
    text-align: left;
    max-width: max-content;
}

@media only screen and (max-width:767px)
{
    .flex_div
    {
        display: block !important;
    }
    .table_of_content
    {
        margin: 0 auto;
    }
    .padding-image
    {
        text-align: center;
    }
}
