.page-blog .hero {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
}

.page-blog .hero-container {
    display: block !important;
    text-align: center !important;
    max-width: 820px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

.page-blog .hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 820px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.page-blog .hero-badge {
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-blog .hero-actions {
    justify-content: center !important;
}

.page-blog .hero-description {
    text-align: center !important;
}
.page-blog .hero-description-secondary {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: -10px;
}
.page-blog .sidebar .social-icons {
    justify-content: flex-start;
}
