html .bg-color-dark, html .bg-dark {
    background-color: #91d0cc !important;
}

html .bg-color-primary, html .bg-primary {
    background-color: #91d0cc !important;
}
.text-bold{
    font-weight: 700;
}

a.normal-a {
    background: initial !important;
    border-radius: initial !important;
    display: initial !important;
    height: initial !important;
    line-height: initial !important;
    text-align: initial !important;
    width: initial !important;
}

a.normal-a span{
    display: inline !important
}

.thumb-info-wrapper img{
    width: 50%;
    float: left;
    margin-right: 3em;
    margin-bottom: 0em;
    border-radius: 3em;
    border: 5px solid #91d0cc;
}

.text-2 {
    font-size: 1em !important;
}

@media (min-width: 576px){
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 20%;
    }
}