
/* GLOBAL */
/* GLOBAL CSS */
@media(max-width: 767px) {
.h1, h1 {
font-size: 1.9rem;
}
.h2,
h2 {
font-size: 1.75rem;
}
.h3,
h3 {
font-size: 1.6rem;
}
.h4,
h4 {
font-size: 1.45rem;
}
.h5,
h5 {
font-size: 1.3rem;
}
.h6,
h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog-desc {
background: white;
border: 1px solid var(--border);
padding: 1.5rem;
}
.blog-detail-page .blog-desc > h4 {
color: var(--success) !important;
}
.blog-wrapper .blog-byline {
display: none;
}
.blog-wrapper .blog-title {
font-size: 1.25rem;
}
/* PAGE SPECIFIC */
/* FOOTER */
