#intro{
    color:white;
    text-align: center;

}

#nav-tab .active{
    background:white !important;    
    color:black !important;    
}

#v-pills-tab{
    text-align: center;
    padding:3%;
    font-weight: bold;
}



#v-pills-tab .active{
    background: transparent;
    border:3px solid #55c45f;
}



#v-pills-tab a{
    color: #6e768a;
}   

#v-pills-tab a.active{
    color: #55c45f !important;
}

#v-pills-tab a.active{
    color: #55c45f !important;
}


#v-pills-tab2{
    text-align: center;
    padding:3%;
    font-weight: bold;
}



#v-pills-tab2 .active{
    background: transparent;
    border:3px solid #55c45f;
}



#v-pills-tab2 a{
    color: #6e768a;
}   

#v-pills-tab2 a.active{
    color: #55c45f !important;
}

#v-pills-tab2 a.active{
    color: #55c45f !important;
}


#checkmark-list{
    list-style-image: url(../img/checkmark.png);

}

#checkmark-list li{
    margin-bottom: 2%;  
}

* {
    box-sizing: border-box;
}


.container {
    display: flex;
    &__image {
        margin: 20px 30px 0 0;
        width: 200px;
        object-fit: contain;
        align-self: flex-start;
    }
    &__text {
        flex: 1 1 auto;
    }
}