.banner{
    display: flex;
    background: url(../img/banner.webp);
    background-size: cover;
    height: 271px;
    text-align: center;
    background-position: center;
}

.banner__container{
    margin: 60px auto;
}

@media screen and (min-width:768px) {
    .banner__container{
        width: 940px;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .banner__imagem{
        margin-left: 66px;
    }
}