/*************
Section Banner
*************/

.section_banner-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('https://www.markp.com.br/shield-demo/wp-content/uploads/2024/04/bg-section-quem-somos.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30vh;
}

.section_banner-blog h1 {
    font-size: 50px;
    color: #ffffff;
    margin-bottom:0;
    margin-top:0;
}