.content5{
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fee600;
    overflow: hidden;
    background-image: url("/views/midia/img/logo01.png");
    background-repeat: no-repeat;
    background-position-x: 115%;
    background-position-y: center;
    background-size: 20%;
}
    .content5>article{
        text-align: center;
    }
        .content5>article>h2{
            font-size: 3.5vw;
            margin-bottom: 1vw;
        }
        .content5>article>p{
            font-size: 2vw;
        }


@media only screen and (max-width: 600px) {
    .content5{
        height: 50vw;
        background-position-x: 125%;
        background-size: 30%;
    }
        .content5>article{
            text-align: center;
        }
            .content5>article>h2{
                font-size: 6vw;
                margin-bottom: 2vw;
            }
            .content5>article>p{
                font-size: 4vw;
            }
    
}

