    .aerospace-banner {
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        margin-bottom: 20px;
    }

        .aerospace-banner h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            color: #fff;
        }

        .aerospace-banner p {
            font-size: 1.4rem;
            max-width: 800px;
            margin: 0 auto 30px;
        }
    .sigma_post .sigma_post-thumb img{
      max-width: 100%;
      max-height: 500px;
      object-fit: contain;
      object-position: center;
      aspect-ratio: initial;
    }
    #section-blog-archive .section{
      padding-top:0;
    }
    .sigma_post .sigma_post-meta ul li span{
        font-weight: normal;
        font-size: 16px;
    }
    .entry-title{
        margin:40px 0;
    }
    .entry-content .content-main-img{
      max-width: 100%;
      max-height: 500px;
      object-fit: contain;
      object-position: center;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
    }
