div.prevent-image-overflow > p > img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

div.prevent-image-overflow > img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.navbar-dark {
    background: #333333;
    border-bottom: 0px;
    padding: 10px;
}

section#default {
    margin: 30px 0px;
}

#blog .content .img-thumbnail {
    height: auto !important;
    max-height: 200px;
}

#breadcrumb {
    padding: 10px 0;
    background: #f9f9fa;
    font-size: 10px;
}

#know, #blog {
    background: #f9f9fa;
    padding: 0px 0px 70px 0px;
}

.promo-box {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 5%);
}

.widget {
    background: #fff;
    margin-bottom: 2rem;
    padding: 30px;
    border: 1px solid #f1f2f3;
    border-radius: 0.5rem;
}

div {
    font-size: 13px;
    line-height:1.6em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em !important;
}

.navbar {
    height: 90px;
}

.navbar-dark {
    background-color: #2b354f;
}

#know ol li {
    margin-bottom: 10px;
}
