
/* GLOBAL */
/* GLOBAL CSS */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
}
.right-float {
float: right;
width: 400px;
max-width: 50%;
margin: 0 0 10px 20px;
}
@media(max-width: 767px) {
.right-float {
float: none;
width: 100%;
max-width: 100%;
margin: 0 0 20px 0;
}
}
.oms-testimonials,
.oms-blog-detail {
background: var(--light);
}
.oms-blog-detail .blog-desc {
background: white;
border: 1px solid var(--border);
padding: 1.25rem;
}
.blog-posted-date {
display: none;
}
.btn {
white-space: normal;
}
/* PAGE SPECIFIC */
/* FOOTER */
