.single .hero-section,
.single [class*=”hero”],
.single .ct-hero-section,
.single [data-hero],
.single .page-title-panel {
background-color: #ffffff !important;
background-image: none !important;
}
.single .hero-section *,
.single [class*=”hero”] h1,
.single [class*=”hero”] h2,
.single [class*=”hero”] .ct-meta,
.single [class*=”hero”] a,
.single [class*=”hero”] span,
.single .ct-hero-section *,
.single [data-hero] *,
.single .page-title-panel *,
.single .page-title-panel h1,
.single .entry-header *,
.single .entry-title {
color: #22283D !important;
}
.single .hero-section a,
.single [class*=”hero”] a,
.single .ct-hero-section a,
.single [data-hero] a {
color: #396CAA !important;
}
.single .entry-content {
color: #22283D;
font-size: 18px;
line-height: 1.7;
}
.single .entry-content h2,
.single .entry-content h3 {
color: #22283D;
}
.single .entry-content a {
color: #396CAA;
}
.single .entry-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
}