main{
    background-color: #fff;
}

.banner-responsive .content-erro{
    max-width: 90%!important;
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 200px 0 200px;
}
.banner-responsive .content-erro h1{
    font-size: clamp(40px, 7vw - 0.5rem, 100px);
}
.banner-responsive .content-erro h1,
.banner-responsive .content-erro h2{
    text-align: center;
}

.banner-responsive .content-erro h1,
.banner-responsive .content-erro h2{
    max-inline-size: 60%;
    color: #000;
}

