.blog-title-wrapper {background-color: var(--primaryLight);width: 100%;padding: 2rem 0;display: flex;justify-content: center;}.blog-title-wrapper .blog-h1 {max-width: 1280px;width: 100%;padding: 2.5rem 2rem;font-size: 3rem;font-weight: 700;text-transform: uppercase;line-height: 1.2;color: #fff;text-align: left;}@media (max-width: 1024px) {.blog-title-wrapper .blog-h1 {font-size: 2.5rem;}}@media (max-width: 600px) {.blog-title-wrapper .blog-h1 {font-size: 2rem;padding: 0 1rem;}}.hero {position: relative;display: flex;align-items: center;justify-content: flex-start;height: min(100vh, 300px);background: url("/assets/images/header.jpeg") top/cover no-repeat;padding: 1.25em;color: var(--secondary);}.hero::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);z-index: 1;}.hero .cs-container {position: relative;z-index: 2;margin: 0 auto;max-width: 80rem;display: flex;flex-direction: column;gap: 1rem;color: #fff;width: 100%;}.hero .cs-container .cs-title {max-width: 1280px;width: 100%;padding: 0rem 0em;font-size: 3rem;font-weight: 700;text-transform: uppercase;line-height: 1.2;color: #fff;text-align: left;}@media (max-width: 1024px) {.hero .cs-container .cs-title {font-size: 2.5rem;}}@media (max-width: 600px) {.hero .cs-container .cs-title {font-size: 2rem;padding: 0 0rem;}}.blog-container {display: flex;gap: 2rem;max-width: 1280px;margin: 0 auto;padding: 2rem;}.blog-container .main-content {flex: 3;}.blog-container .main-content .blog-article #blog-content h1, .blog-container .main-content .blog-article #blog-content h2, .blog-container .main-content .blog-article #blog-content h3, .blog-container .main-content .blog-article #blog-content h4, .blog-container .main-content .blog-article #blog-content h5, .blog-container .main-content .blog-article #blog-content h6 {text-transform: uppercase;margin-top: 2rem;margin-bottom: 1rem;}.blog-container .main-content .blog-article #blog-content p {margin-bottom: 1.5rem;line-height: 1.6;}.blog-container .main-content .blog-article #blog-content ul, .blog-container .main-content .blog-article #blog-content ol {margin-bottom: 1.5rem;padding-left: 1.5rem;}.blog-container .main-content .blog-article #blog-content blockquote {margin: 1.5rem 0;padding-left: 1rem;border-left: 4px solid #ccc;color: #555;}.blog-container .blog-sidebar {flex: 1;display: flex;align-items: flex-start;}.blog-container .blog-sidebar .btn-get-help {display: inline-block;padding: 1rem 2rem;background-color: #e63946;color: white;font-weight: bold;text-decoration: none;border-radius: 8px;text-align: center;transition: background 0.3s;}.blog-container .blog-sidebar .btn-get-help:hover {background-color: #d21a28;}@media (max-width: 1024px) {.blog-container {flex-direction: column;}.blog-container .blog-sidebar {margin-top: 2rem;align-items: center;}}