    
                .blog-hero {
            height: 70vh;
            background: url(/wp-content/uploads/2024/11/lamesa.webp) center / cover no-repeat;
            background-color: #00000099;
            background-blend-mode: multiply;
            margin-top: calc(-1 * 80px);
        }

        .blog-body {
            margin-top: -100px;
            background-color: white;
            padding: 1.5rem;
            border-radius: 2rem 2rem 0 0;
            text-wrap: balance
        }

        .blog-body h1 {
            text-align: center;
            font-weight: 600;
        }

        .blog-body .blog-cta {
            background-color: #FFE6D2 !important;
            width: 100vw;
            margin-inline-start: 50%;
            transform: translateX(-50%);
            margin-top: 1em;
            margin-bottom: 2em;
        }

        .blog-body .blog-cta .inner {
            max-width: 850px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100px;
            margin: 0 auto;
            padding: 0 1em;
        }

        .blog-body .blog-cta p {
            color: #FD7E14 !important
        }

        .blog-body h2,
        .blog-body h3,
        .blog-body h4,
        .blog-body img,
        .blog-body p {
            margin-bottom: 2rem;
        }

        .blog-body img {
            width: 100%;
            border-radius: 1em;
        }

        .blog-body a {
            color: #0d6efd;
        }

        .blog-body a:hover {
            color: #0d6efd;
            text-decoration: underline;
        }
        @media (min-width: 577px) {    
            .blog-body {
                padding: 3rem;
                border-radius: 3rem 3rem 0 0;
            }
        }
        @media (min-width: 1921px) {
            .blog-hero {
                border-radius: 0 0 2rem 2rem;
            }
        }
    
    